Skip to content

Commit 5040692

Browse files
committed
Remove all the blank lines
1 parent 356d4c1 commit 5040692

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Sprint-3/2-mandatory-rewrite/1-get-angle-type.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@ function getAngleType(angle) {
66
if (angle > 180 && angle < 360) return "Reflex angle";
77
throw new Error("Invalid angle");
88
}
9-
10-
11-
12-
13-
14-
15-
16-
17-
189
// Don't get bogged down in this detail
1910
// Jest uses CommonJS module syntax by default as it's quite old
2011
// We will upgrade our approach to ES6 modules in the next course module, so for now

0 commit comments

Comments
 (0)