Skip to content

Commit 71cdb8b

Browse files
committed
add leading space to fix syntx error
1 parent 759d304 commit 71cdb8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.bazelci/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ tasks:
126126
- "bazel run //:gazelle -- update"
127127
batch_commands:
128128
- "echo common --override_module=rules_python= >> .bazelrc "
129-
- "bazel run //:gazelle_python_manifest.update "
130-
- "bazel run //:gazelle -- update"
129+
- " bazel run //:gazelle_python_manifest.update "
130+
- " bazel run //:gazelle -- update"
131131
build_targets:
132132
- "//..."
133133
- ":modules_map"

0 commit comments

Comments
 (0)