Skip to content

Commit 2126809

Browse files
committed
fix: add missing newline at end of file in main.ts
1 parent 15b6e5e commit 2126809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ bootstrapApplication(AppComponent, {
3535
})
3636
.catch(() => {
3737
console.log('application initiazed failed');
38-
});
38+
});

0 commit comments

Comments
 (0)