Skip to content

Commit 6bede6d

Browse files
chore: Makefile fix make format (#5325)
Make format requires format-swift-all, which doesn't exist. Renamed format-swift to format-swift-all to fix this.
1 parent 864caac commit 6bede6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ format-clang:
6363
| xargs clang-format -i -style=file
6464

6565
# Format all Swift files
66-
format-swift:
66+
format-swift-all:
6767
@echo "Running swiftlint --fix on all files"
6868
swiftlint --fix
6969

0 commit comments

Comments
 (0)