Skip to content

Commit 4bfe13a

Browse files
Fix lint
1 parent c3188db commit 4bfe13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/snaps-controllers/src/snaps/SnapController.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4693,7 +4693,7 @@ describe('SnapController', () => {
46934693
rootMessenger.registerActionHandler(
46944694
'ExecutionService:handleRpcRequest',
46954695
async () => ({
4696-
foo: 'bar',
4696+
foo: 'bar',
46974697
}),
46984698
);
46994699

0 commit comments

Comments
 (0)