Skip to content

Commit d7ef143

Browse files
committed
Revert "test"
This reverts commit 8f76f75.
1 parent 8f76f75 commit d7ef143

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/utils/git/code-format-helper.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ class DarkerFormatHelper(FormatHelper):
282282

283283
def _construct_command(self, diff_expression: str | None) -> str:
284284
darker_cmd = [
285-
self.darker_fmt_path,
286-
"--check",
287-
"--diff",
285+
self.darker_fmt_path,
286+
"--check",
287+
"--diff",
288288
]
289289
if diff_expression:
290290
darker_cmd += ["-r", diff_expression]

0 commit comments

Comments
 (0)