From 85357ac64ab3b4a0bdc3d3fa06ccaf6ae7ba3221 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:19:49 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Makefile | 2 +- Makefiles/docker.mk | 2 +- cfg/.env | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7e22257..bb67517 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,4 @@ else include Makefiles/out.mk endif -.PHONY: all test clean \ No newline at end of file +.PHONY: all test clean diff --git a/Makefiles/docker.mk b/Makefiles/docker.mk index 1fb0400..b079b71 100644 --- a/Makefiles/docker.mk +++ b/Makefiles/docker.mk @@ -58,4 +58,4 @@ ifeq ($(strip $(DOCKER_GID)),) $(error DOCKER_GID is not set) endif -.PHONY: all test clean \ No newline at end of file +.PHONY: all test clean diff --git a/cfg/.env b/cfg/.env index 9ca6438..d256bdf 100644 --- a/cfg/.env +++ b/cfg/.env @@ -2,4 +2,4 @@ PROJECT_NAME := $(shell basename `git rev-parse --show-toplevel` | tr '[:upper:]' '[:lower:]') # Top directory where all code resides -TOP_DIR := "project" \ No newline at end of file +TOP_DIR := "project"