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 a897eca commit a93b5d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefiles/docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ endif

ifeq ($(strip $(DOCKER_GID)),)
$(error DOCKER_GID is not set)
endif
endif
2 changes: 1 addition & 1 deletion Makefiles/out.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BUILD_CMD := bazel build //project:all
TEST_CMD := bazel test //project:test
RUN_CMD := bazel run //project:prog
CLEAN_CMD := bazel clean
SONAR_CMD :=
SONAR_CMD :=

# Define the path to the Dockerfile
DOCKER_FILE_PATH := ../dockerfiles/Dockerfile
Expand Down

0 comments on commit a93b5d8

Please sign in to comment.