Skip to content

Commit

Permalink
Fix indent error introduced with manually ported patch (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Silic0nS0ldier authored Dec 1, 2023
1 parent 0c6538b commit 107fd74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/npm_install/npm_install.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,8 @@ def _npm_install_impl(repository_ctx):
repository_ctx.path(repository_ctx.attr.yarn_lock)
for f in repository_ctx.attr.data:
repository_ctx.path(f)
node = repository_ctx.path(get_node_label(repository_ctx))
npm = get_npm_label(repository_ctx)
node = repository_ctx.path(get_node_label(repository_ctx))
npm = get_npm_label(repository_ctx)
repository_ctx.path(Label("//internal/npm_install:pre_process_package_json.js"))
repository_ctx.path(Label("//internal/npm_install:index.js"))
repository_ctx.path(Label("@nodejs_%s//:node_info" % os_name(repository_ctx)))
Expand Down

0 comments on commit 107fd74

Please sign in to comment.