style: avoid lines longer than 80 characters

This commit is contained in:
Aleksey Kulikov 2021-10-22 17:13:42 +03:00
parent a806d0a312
commit 7b14ee6b9b
76 changed files with 1246 additions and 972 deletions

View file

@ -183,7 +183,8 @@ void main() {
isA<ArgumentError>().having(
(e) => e.toString(),
'error',
'Invalid argument: "0 must be either Oid or String reference name"',
'Invalid argument: "0 must be either Oid or String reference '
'name"',
),
),
);
@ -305,7 +306,8 @@ void main() {
isA<LibGit2Error>().having(
(e) => e.toString(),
'error',
"cannot status. This operation is not allowed against bare repositories.",
"cannot status. This operation is not allowed against bare "
"repositories.",
),
),
);