Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
  • Loading branch information
yuval-k committed Nov 3, 2020
1 parent 6f72876 commit 0441a6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ config_setting(
},
)


rust_library(
name = "proxy_wasm",
srcs = glob(["src/*.rs"]),
Expand All @@ -18,6 +17,6 @@ rust_library(
"//bazel/cargo:log",
] + select({
":wasm": ["//bazel/cargo:wee_alloc"],
"//conditions:default": []
"//conditions:default": [],
}),
)

0 comments on commit 0441a6d

Please sign in to comment.