Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
paulharter committed Oct 23, 2023
1 parent 94b6b44 commit 17dee6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion toolbar/src/api/toolbar-interface.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Row, Statement} from 'electric-sql/dist/util'
import { Row, Statement } from 'electric-sql/dist/util'

export interface ToolbarInterface {
getSatelliteNames(): string[]
Expand Down
4 changes: 1 addition & 3 deletions toolbar/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ function ElectricToolbar({ api }: ToolbarProps) {
}
}

export function clientApi(
globalRegistry: GlobalRegistry,
): ToolbarInterface {
export function clientApi(globalRegistry: GlobalRegistry): ToolbarInterface {
return new ToolbarTypescript(globalRegistry)
}

Expand Down

0 comments on commit 17dee6d

Please sign in to comment.