Skip to content

Commit d3db148

Browse files
committed
Revert unrelated file
1 parent 189991b commit d3db148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo-scripts/prune-dts/tests/private-interface.input.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
declare interface A {
1919
a: string;
2020
}
21-
export class B implements A {
21+
export class B implements A{
2222
a: string;
2323
}
2424
export {};

0 commit comments

Comments
 (0)