Skip to content

Commit 6a82b0a

Browse files
authored
Add newline, bad edit
1 parent 4e43dcd commit 6a82b0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/compiler/inspectValue.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ namespace ts {
148148
}
149149

150150
export function isJsPrivate(name: string): boolean {
151-
return startsWith(name, "_"); }
151+
return startsWith(name, "_");
152+
}
152153

153154
function tryRequire(fileNameToRequire: string): unknown {
154155
try {

0 commit comments

Comments
 (0)