Skip to content

Commit 49859e4

Browse files
Ilya Yanokcopybara-github
authored andcommitted
Fix Mockito formatting for recent Dart versions
There were changes to the formatter that made `lib/annotation.dart` badly formatted. PiperOrigin-RevId: 571001081
1 parent 610c3dc commit 49859e4

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)