Skip to content

Commit 9ce364f

Browse files
committed
fmt
1 parent ecd01cc commit 9ce364f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ declare interface Window {
1717
// solc does not have a type definition file.
1818
declare module 'solc' {
1919
export function compile(input: string, opts?: any): any;
20-
}
20+
}

0 commit comments

Comments
 (0)