Skip to content

Commit 5e754ec

Browse files
committed
chore: green up buildifier CI
1 parent 305ec24 commit 5e754ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/cpp/lib/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cc_library(
1313
"hello-time.h",
1414
"xhello-time.h",
1515
],
16-
local_defines = ["LOCAL_DEFINE_IS_DEFINED=\\\"a_string\\\""],
1716
includes = ["."],
17+
local_defines = ["LOCAL_DEFINE_IS_DEFINED=\\\"a_string\\\""],
1818
visibility = ["//src/cpp/main:__pkg__"],
1919
)

0 commit comments

Comments
 (0)