Skip to content

Commit

Permalink
build format
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Apilado <[email protected]>
  • Loading branch information
ryanapilado committed Nov 19, 2020
1 parent 18a6367 commit a180877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
load("//:bazel/variables.bzl", "COPTS", "LINKOPTS")
load("@rules_cc//cc:defs.bzl", "cc_library")

licenses(["notice"]) # Apache 2

Expand All @@ -8,8 +9,8 @@ cc_library(
name = "include",
hdrs = glob(["include/proxy-wasm/**/*.h"]),
deps = [
"@proxy_wasm_cpp_sdk//:common_lib",
"@com_google_absl//absl/container:flat_hash_set",
"@proxy_wasm_cpp_sdk//:common_lib",
],
)

Expand Down

0 comments on commit a180877

Please sign in to comment.