Skip to content

Commit 56d66b4

Browse files
committed
linting fix
1 parent 4854a94 commit 56d66b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/plugins/vyper-compilation-details.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class VyperCompilationDetailsPlugin extends ViewPlugin {
6666
break
6767
}
6868
} else {
69-
this.theme = 'bright:inverted'
69+
this.theme = 'bright:inverted'
7070
}
7171
this.renderComponent()
7272
}

0 commit comments

Comments
 (0)