Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 13, 2024
1 parent 0dbeea8 commit 85357ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ else
include Makefiles/out.mk
endif

.PHONY: all test clean
.PHONY: all test clean
2 changes: 1 addition & 1 deletion Makefiles/docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ ifeq ($(strip $(DOCKER_GID)),)
$(error DOCKER_GID is not set)
endif

.PHONY: all test clean
.PHONY: all test clean
2 changes: 1 addition & 1 deletion cfg/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
TOP_DIR := "project"

0 comments on commit 85357ac

Please sign in to comment.