Skip to content

Commit 1e5767c

Browse files
prettier
1 parent 7cba9d0 commit 1e5767c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/InMemoryProvider.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ export class InMemoryProvider extends DbProvider {
6969
private readonly _mapType?: OrderedMapType;
7070
private readonly _supportsRollback?: boolean;
7171

72-
constructor(
73-
mapType?: OrderedMapType,
74-
supportsRollback = false
75-
) {
72+
constructor(mapType?: OrderedMapType, supportsRollback = false) {
7673
super();
7774
this._mapType = mapType;
7875
this._supportsRollback = supportsRollback;

0 commit comments

Comments
 (0)