Skip to content

Commit

Permalink
removed semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Jul 24, 2023
1 parent 8f204cc commit bbb12eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/remix-ui/editor/src/lib/providers/codeActionProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export class RemixCodeActionProvider implements monaco.languages.CodeActionProvi
]
},
isPreferred: true
};
});
}
})
return {
actions: actions,
dispose: () => {}
Expand Down

0 comments on commit bbb12eb

Please sign in to comment.