Skip to content

Commit

Permalink
run //:tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmarcal-faire committed Nov 5, 2024
1 parent f5afbc4 commit 980c11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiftpkg/internal/modulemap_parser/collect_module.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _process_module_tokens(parsed_tokens, prefix_tokens, is_submodule):
not tokens.is_a(module_declaration_identifier_token, tts.operator, operators.asterisk) and \
not tokens.is_a(module_declaration_identifier_token, tts.string_literal):
return None, errors.new(
"Expected module identifier, asterisk or string_literal, but was {}.".format(module_declaration_identifier_token.type)
"Expected module identifier, asterisk or string_literal, but was {}.".format(module_declaration_identifier_token.type),
)

# Collect the attributes and module members
Expand Down

0 comments on commit 980c11b

Please sign in to comment.