Skip to content

Commit

Permalink
fixup! Format the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaden Peterson committed Jan 29, 2025
1 parent 3723c3a commit 09830b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/private/phases/phase_semanticdb.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def phase_semanticdb(ctx, g):
# Generated or external files will have the output directory (beginning with `bazel-out`) in
# their paths, which we don't want because it isn't guaranteed to be consistent
if (
source.extension == "scala" and \
source.is_source and \
source.extension == "scala" and
source.is_source and
source.owner.repo_name == ctx.label.repo_name
):
path = paths.join(
Expand Down

0 comments on commit 09830b0

Please sign in to comment.