Skip to content

Commit

Permalink
Bug 1867459: apply code formatting via Lando
Browse files Browse the repository at this point in the history
# ignore-this-changeset
  • Loading branch information
Otto Länd committed Dec 8, 2023
1 parent b7bb739 commit a979982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/moz.configure/util.configure
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_cmd_output(*args, **kwargs):
close_fds=os.name != "nt",
encoding=system_encoding,
errors="replace",
**kwargs
**kwargs,
)
stdout, stderr = proc.communicate()
return proc.wait(), stdout, stderr
Expand Down

0 comments on commit a979982

Please sign in to comment.