Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Nov 1, 2023
1 parent e194070 commit fd319f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parameters/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ cc_library(
srcs = sources + private_headers,
hdrs = public_headers,
includes = ["include"],
visibility = GZ_VISIBILITY,
deps = [
GZ_ROOT + "transport",
"@sqlite3",
],
visibility = GZ_VISIBILITY,
)

test_sources = glob(
Expand Down

0 comments on commit fd319f9

Please sign in to comment.