Skip to content

Commit aacc371

Browse files
authored
Adjust formatting of return, Causing a compiler error
1 parent 6959717 commit aacc371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala/0070-climbing-stairs.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ object Solution {
77
one = one + two
88
two = temp
99
}
10-
one
10+
one
1111
}
1212
}

0 commit comments

Comments
 (0)