Skip to content

Commit a01486b

Browse files
committed
Include canonicalize in before-submit.sh
1 parent 5bc9ce1 commit a01486b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bant/frontend/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ cc_library(
126126
"//bant/util:stat",
127127
"@abseil-cpp//absl/container:flat_hash_map",
128128
"@abseil-cpp//absl/log:check",
129-
"@abseil-cpp//absl/status:status",
129+
"@abseil-cpp//absl/status",
130130
"@re2",
131131
],
132132
)

scripts/before-submit.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ BAZEL=${BAZEL:-bazel}
77
# last time to fix our own files.
88
"$BAZEL" build -c opt bant:bant > /dev/null 2>&1
99
. <(bazel-bin/bant/bant dwyu ...)
10+
. <(bazel-bin/bant/bant canonicalize ...)
1011

1112
set -e
1213

0 commit comments

Comments
 (0)