Skip to content

Commit 19d30a3

Browse files
committed
Fix changelog
1 parent e9afa5c commit 19d30a3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

changelog_unreleased/typescript/18118.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ type B = {
2424

2525
// Prettier stable (--no-semi, second format)
2626
interface A {
27-
foo
28-
<T>(): T
27+
foo<T>(): T
2928
}
3029
type B = {
31-
foo
32-
<T>(): T
30+
foo<T>(): T
3331
}
3432

3533
// Prettier main

0 commit comments

Comments
 (0)