Commit 01b809d2 authored by Tobias Tebbi's avatar Tobias Tebbi Committed by V8 LUCI CQ

[torque] fix bug in formatter

Change-Id: I05e7d0776eaa4722c5a5b9820ee6b34d9319d2ce
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3497816Reviewed-by: 's avatarMarja Hölttä <marja@chromium.org>
Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#79367}
parent 05dfa289
......@@ -124,7 +124,7 @@ def process(filename, lint, should_format):
if should_format:
output_file = open(filename, 'wb')
output_file.write(output);
output_file.write(maybe_encode(output))
output_file.close()
def print_usage():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment