Skip to content

Commit 5c765f1

Browse files
fix lint
1 parent 10cc42f commit 5c765f1

File tree

1 file changed

+1
-1
lines changed
  • packages/snaps-simulation/src/middleware

1 file changed

+1
-1
lines changed

packages/snaps-simulation/src/middleware/mock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function createMockMiddleware(
2727
if (once) {
2828
store.dispatch(removeJsonRpcMock(key));
2929
}
30-
30+
3131
response.result = result;
3232
return;
3333
}

0 commit comments

Comments
 (0)