Index: lib/src/closure/closure_type.dart |
diff --git a/lib/src/closure/closure_type.dart b/lib/src/closure/closure_type.dart |
index 7123bc3dde496315662e2e721afbb7bb5409f31a..3b7aa2bec7b7af496648b3601e6f7983aab48403 100644 |
--- a/lib/src/closure/closure_type.dart |
+++ b/lib/src/closure/closure_type.dart |
@@ -22,7 +22,8 @@ class ClosureType { |
bool get isAll => _representation == "*"; |
bool get isUnknown => _representation == "?"; |
- @override toString() => _representation; |
+ @override |
+ toString() => _representation; |
factory ClosureType.all() => _ALL; |
factory ClosureType.unknown() => _UNKNOWN; |