Skip to content

Commit c26a6b5

Browse files
committed
format
1 parent f7c3c3d commit c26a6b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

executors/dart/bin/executor.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ void main() {
7373
};
7474
print(outputLine);
7575
} catch (e, s) {
76-
throw ArgumentError('Error while executing on $line. Error was:\n $e \n $s');
76+
throw ArgumentError(
77+
'Error while executing on $line. Error was:\n $e \n $s',
78+
);
7779
}
7880
}
7981
}

0 commit comments

Comments
 (0)