Skip to content

Commit

Permalink
added line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Jul 17, 2024
1 parent 958e85b commit b0b0f69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ def lint_setup_py(session):
place_before(
"noxfile.py",
'@nox.session(python="3.12")\n'
"@nox.parametrize("
' "protobuf_implementation",'
' ["python", "upb", "cpp"],'
')'
"@nox.parametrize(\n"
' "protobuf_implementation",\n'
' ["python", "upb", "cpp"],\n'
')\n'
"def prerelease_deps(session, protobuf_implementation):",
docfx_postprocess,
escape="()"
Expand Down

0 comments on commit b0b0f69

Please sign in to comment.