Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Adams <sara.e.adams@gmail.com>
  • Loading branch information
saraadams committed Dec 4, 2023
1 parent 921271e commit b0abe29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ bazel_dep(name = "rules_proto", version = "5.3.0-21.7")
# Java dependencies
# =========================================
maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")

maven.install(
artifacts = [
"com.google.code.findbugs:jsr305:3.0.2",
Expand All @@ -38,5 +37,4 @@ maven.install(
"https://repo1.maven.org/maven2",
],
)

use_repo(maven, "maven")
1 change: 0 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
workspace(
name = "com_engflow_bazel_invocation_analyzer",
)

0 comments on commit b0abe29

Please sign in to comment.