Skip to content

Commit 1872854

Browse files
committed
run fix & format
1 parent 09cc913 commit 1872854

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sqflite/test/mocks/mocks.dart

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ ISentrySpan startTransactionShim(
3333
DatabaseExecutor,
3434
],
3535
customMocks: [
36-
MockSpec<Hub>(fallbackGenerators: {#startTransaction: startTransactionShim}),
36+
MockSpec<Hub>(
37+
fallbackGenerators: {#startTransaction: startTransactionShim},
38+
),
3739
],
3840
)
3941
void main() {}

0 commit comments

Comments
 (0)