Skip to content

Commit 5ad0d97

Browse files
committed
Fix formatting
1 parent bb64744 commit 5ad0d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gazelle/deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ load("@bazel_gazelle//:deps.bzl", _go_repository = "go_repository")
1818
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1919

2020
def go_repository(name, **kwargs):
21-
if name not in native.existing_rules():
22-
_go_repository(name = name, **kwargs)
21+
if name not in native.existing_rules():
22+
_go_repository(name = name, **kwargs)
2323

2424
def python_stdlib_list_deps():
2525
"Fetch python stdlib list dependencies"

0 commit comments

Comments
 (0)