Skip to content

Commit 34a6067

Browse files
authored
Also removes the lcmEmptyList from the actual code file
1 parent 7793fb4 commit 34a6067

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

GCD/GCD.swift

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ func findEasySolution(_ m: Int, _ n: Int) -> Int? {
105105

106106
enum LCMError: Error {
107107
case divisionByZero
108-
case lcmEmptyList
109108
}
110109

111110
/*

0 commit comments

Comments
 (0)