mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-18 06:33:05 -05:00
Fix up some newlines in output
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ class CalledProcessError(RuntimeError):
|
||||
),
|
||||
),
|
||||
b'Output: ', output[0], b'\n',
|
||||
b'Errors: ', output[1], b'\n',
|
||||
b'Errors: ', output[1],
|
||||
))
|
||||
|
||||
def to_text(self):
|
||||
|
||||
Reference in New Issue
Block a user