Skip to content

Commit

Permalink
fixup! Corrected formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaden Peterson committed Aug 26, 2024
1 parent c35b45a commit d5315ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rules/private/phases/phase_semanticdb.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def phase_semanticdb(ctx, g):
if source.extension == "scala":
output_filename = paths.join(
semanticdb_directory,
"META-INF", "semanticdb",
"META-INF",
"semanticdb",
"{}.semanticdb".format(source.path),
)

Expand Down

0 comments on commit d5315ac

Please sign in to comment.