add newline to delimit interface declaration

This commit is contained in:
F. Eugene Aumson
2018-09-17 18:31:55 -04:00
parent 4ade674ada
commit d40a670d0b

View File

@@ -363,6 +363,7 @@ export type ErrorType =
| 'FatalError'
| 'Warning';
export type ErrorSeverity = 'error' | 'warning';
export interface SolcError {
sourceLocation?: {
file: string;