Skip to content

Commit

Permalink
Bug 1721514 - fix black lint failure CLOSED TREE
Browse files Browse the repository at this point in the history
  • Loading branch information
Butkovits Atila committed Jul 21, 2021
1 parent e6e7748 commit f746b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/moz.configure/toolchain.configure
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ def sysroot_path(host_or_target):
bootstrap_path(
depends(host_or_target)(lambda t: "sysroot-{}".format(t.toolchain)),
when=bootstrap_sysroot,
)
),
)
def sysroot_path(sysroot_input, path):
if sysroot_input:
Expand Down

0 comments on commit f746b67

Please sign in to comment.