Skip to content

Commit 46fed54

Browse files
committed
fixing linting for debugger
1 parent 4e94496 commit 46fed54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/debugger/src/app/debugger.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import { PluginClient } from "@remixproject/plugin";
22
import { createClient } from "@remixproject/plugin-webview";
3-
import { IDebuggerApi, LineColumnLocation,
3+
import { IDebuggerApi, LineColumnLocation,
44
onBreakpointClearedListener, onBreakpointAddedListener, onEditorContentChanged, onEnvChangedListener, TransactionReceipt } from '@remix-ui/debugger-ui'
55
import { DebuggerApiMixin } from '@remix-ui/debugger-ui'
66
import { CompilerAbstract } from '@remix-project/remix-solidity'
77

8-
export class DebuggerClientApi extends DebuggerApiMixin(PluginClient) {
8+
export class DebuggerClientApi extends DebuggerApiMixin(PluginClient) {
99
constructor () {
10-
super()
10+
super()
1111
createClient(this as any)
1212
this.initDebuggerApi()
1313
}

0 commit comments

Comments
 (0)