Skip to content

Commit 92b93e6

Browse files
committed
Fixed linting (single quotes and semicolon)
1 parent 66eb289 commit 92b93e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/topbar/topbar.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ export default class Topbar extends React.Component {
141141

142142
clearEditor = () => {
143143
if(window.localStorage) {
144-
window.localStorage.removeItem('swagger-editor-content');
145-
this.props.specActions.updateSpec('');
144+
window.localStorage.removeItem("swagger-editor-content")
145+
this.props.specActions.updateSpec("")
146146
}
147147
}
148148

0 commit comments

Comments
 (0)