Skip to content

Commit 0355c22

Browse files
authored
Fix lint
1 parent 4a6fdc1 commit 0355c22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npm/workspace.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def _npm_import_external_impl(ctx, plugins):
2626
"-c",
2727
"patch %s < %s" % (patch_args, ctx.path(patch)),
2828
])
29+
2930
# Ignore return code 2, which signals the patch has already been applied
3031
if patch_result.return_code != 0 and patch_result.return_code != 2:
3132
fail("Could not apply patch %s: %s" % (patch, patch_result.stderr))

0 commit comments

Comments
 (0)