style(dart): Run dartfmt v0.1.8+2 on all pure Dart code
Update formatting for all pure Dart code in the repo.
This commit is contained in:
@ -201,7 +201,8 @@ class BaseException extends Error {
|
||||
final originalException;
|
||||
final originalStack;
|
||||
|
||||
BaseException([this.message, this.originalException, this.originalStack, this.context]);
|
||||
BaseException(
|
||||
[this.message, this.originalException, this.originalStack, this.context]);
|
||||
|
||||
String toString() {
|
||||
return this.message;
|
||||
|
Reference in New Issue
Block a user