Skip to content

Commit 0e75333

Browse files
committed
format fix
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
1 parent f7a0e87 commit 0e75333

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

BUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ config_setting(
77
},
88
)
99

10-
1110
rust_library(
1211
name = "proxy_wasm",
1312
srcs = glob(["src/*.rs"]),
@@ -18,6 +17,6 @@ rust_library(
1817
"//bazel/cargo:log",
1918
] + select({
2019
":wasm": ["//bazel/cargo:wee_alloc"],
21-
"//conditions:default": []
20+
"//conditions:default": [],
2221
}),
2322
)

0 commit comments

Comments
 (0)