Skip to content

Commit dad658e

Browse files
Indent with 4 spaces and add newline to end of file
1 parent 9bdcee5 commit dad658e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import java.util.List;
22

33
public class Sieve {
4-
public Sieve(int maxPrime) {
5-
throw new UnsupportedOperationException("Delete this statement and provide your own implementation.");
4+
public Sieve(int maxPrime) {
5+
throw new UnsupportedOperationException("Delete this statement and provide your own implementation.");
66
}
77

88
public List<Integer> getPrimes() {
9-
throw new UnsupportedOperationException("Delete this statement and provide your own implementation.");
9+
throw new UnsupportedOperationException("Delete this statement and provide your own implementation.");
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)