Skip to content

Commit bf37eb4

Browse files
author
Yui T
committed
Fix space formatting
1 parent 0ef50ef commit bf37eb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/emitter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ module ts {
3434
}
3535
return false;
3636
}
37+
3738
export function isExternalModuleOrDeclarationFile(sourceFile: SourceFile) {
3839
return isExternalModule(sourceFile) || (sourceFile.flags & NodeFlags.DeclarationFile) !== 0;
3940
}

0 commit comments

Comments
 (0)