chore: reformat code

This commit is contained in:
Pasha Sviderski
2025-07-22 18:53:05 +10:00
parent 2c3bea64e5
commit f613d3ce6d
2 changed files with 2 additions and 5 deletions
+2 -2
View File
@@ -108,8 +108,8 @@ $(LINT_TARGETS): _lint
lint: ARGS=
lint-and-fix: ARGS=--fix
_lint:
# Explicitly set OS to Linux to not skip *_linux.go files when running on macOS.
# Uncloud daemon won't likely support OS other than Linux anytime soon, so for now we can rely on that.
# Explicitly set OS to Linux to not skip *_linux.go files when running on macOS.
# Uncloud daemon won't likely support OS other than Linux anytime soon, so for now we can rely on that.
GOOS=linux golangci-lint run $(ARGS)
.PHONY: docs-image-push