Skip to content

Commit 7bca3d3

Browse files
committed
Removing useless spaces.
1 parent 960cc70 commit 7bca3d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/training/easy/ASCIIArt/ASCIIArt.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ function execute(readline) {
1414

1515
console.log('answer');
1616
}
17-
17+
1818
export { execute };

lib/training/easy/unary/unary.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ function execute(readline) {
99

1010
console.log('answer');
1111
}
12-
12+
1313
export { execute };

0 commit comments

Comments
 (0)