Skip to content

Commit 6b9eab9

Browse files
Ilya Yanokcopybara-github
authored andcommitted
Undo the formatting fix
We ended up only bumping CI to Dart 3.0.0, and in 3.0.0 the old formatting is the correct one. PiperOrigin-RevId: 571333640
1 parent 5ad2ff4 commit 6b9eab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/annotations.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ class MockSpec<T> {
149149
Symbol? as,
150150
@Deprecated('Avoid adding concrete implementation to mock classes. '
151151
'Use a manual implementation of the class without `Mock`')
152-
List<Type> mixingIn = const [],
152+
List<Type> mixingIn = const [],
153153
@Deprecated('Specify "missing stub" behavior with the '
154154
'[onMissingStub] parameter.')
155-
this.returnNullOnMissingStub = false,
155+
this.returnNullOnMissingStub = false,
156156
this.unsupportedMembers = const {},
157157
this.fallbackGenerators = const {},
158158
this.onMissingStub,

0 commit comments

Comments
 (0)