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 Mar 13, 2024
1 parent 258844e commit ffd428f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ cc_library(
name = "common",
srcs = sources + private_headers,
hdrs = public_headers,
includes = ["include"],
copts = [
"-fexceptions",
"-Wno-unused-value",
"-fexceptions",
"-Wno-unused-value",
],
includes = ["include"],
deps = [
GZ_ROOT + "utils",
GZ_ROOT + "math",
Expand Down

0 comments on commit ffd428f

Please sign in to comment.