Skip to content

Commit 6b166db

Browse files
committed
fixed whitespace for prettier checks
1 parent 3987303 commit 6b166db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual-testing-sandbox/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Calculator {
1414
this.result -= number;
1515
return this;
1616
}
17-
17+
1818
multiply(number: number): Calculator {
1919
this.result *= number;
2020
return this;

0 commit comments

Comments
 (0)