Skip to content

Commit 5d09de6

Browse files
committed
ensure every file is terminated with a newline
1 parent 4f924cf commit 5d09de6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,4 @@ export function revokeObjectURL(url: string): void {
327327
objectStore.delete(url);
328328
}
329329

330-
export {clearWordCache} from './layout-text.ts';
330+
export {clearWordCache} from './layout-text.ts';

tools/run-ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ proc.on('exit', (code, signal) => {
2424
crossEnvExitCode = signal === 'SIGINT' ? 0 : 1;
2525
}
2626
process.exit(crossEnvExitCode)
27-
});
27+
});

0 commit comments

Comments
 (0)