Skip to content

Commit

Permalink
Fix formatting for go_deps.bzl.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Nov 15, 2024
1 parent 6dd10ff commit 4e74a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go_deps.bzl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Golang dependencies for the `rules_swift_package_manager` repository."""

load("@bazel_gazelle//:deps.bzl", "go_repository")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")

"""Golang dependencies for the `rules_swift_package_manager` repository."""

def swift_bazel_go_dependencies():
"""Declare the Go dependencies for `rules_swift_package_manager`."""
maybe(
Expand Down

0 comments on commit 4e74a58

Please sign in to comment.