Skip to content

Commit 314f666

Browse files
fix(tools): prettier formatting (denoland#6206)
1 parent 6e75254 commit 314f666

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CODE_OF_CONDUCT.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Deno uses [Rust's Code of
2-
Conduct](https://www.rust-lang.org/policies/code-of-conduct). In the
3-
forums, every community member must follow the rules and values expressed
1+
Deno uses
2+
[Rust's Code of Conduct](https://www.rust-lang.org/policies/code-of-conduct). In
3+
the forums, every community member must follow the rules and values expressed
44
there. Please email ry@tinyclouds.org to report any instance of misconduct.

tools/format.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ def prettier():
6464
while len(source_files) > 0:
6565
command.append(source_files.pop())
6666
if len(" ".join(command)) > max_command_length:
67-
run(command, shell=False, quiet=True)
6867
break
68+
run(command, shell=False, quiet=True)
6969

7070

7171
def yapf():

0 commit comments

Comments
 (0)