Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Commit 57fc696

Browse files
authored
Merge pull request bcherny#40 from darcyparker/unnecessarySemiColon
Remove unnecessary semicolon
2 parents 6153207 + d4fe9d9 commit 57fc696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class Compiler {
141141
}
142142

143143
return new TsType.Literal(id)
144-
};
144+
}
145145

146146
const parts = refPath.slice(2).split('/')
147147
let ret = this.settings.declareReferenced ? this.declarations.get(parts.join('/')) : undefined

0 commit comments

Comments
 (0)