Skip to content

Commit 1774fdb

Browse files
smolkajKaiwen-Guo
authored andcommitted
Fix bug in format script. (#164)
Signed-off-by: Steffen Smolka <[email protected]> Signed-off-by: kg3354 <[email protected]>
1 parent 67714ba commit 1774fdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

format.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ find . -not -path "./third_party/**" \
2525
| egrep "\.(${CLANG_FORMAT_EXTENSIONS})\$" \
2626
| xargs clang-format --verbose -style=google -i
2727

28-
bazel run -- @buildifier_prebuilt//:buildifier --lint=fix -r .
28+
bazel run -- \
29+
@buildifier_prebuilt//:buildifier --lint=fix -r $(bazel info workspace)

0 commit comments

Comments
 (0)