Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Mar 30, 2022
1 parent 5eca1db commit 1ae9c3c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import java.util.concurrent.TimeoutException;

public class JettyAppMain {
public static void main(String[] args) throws IOException, InterruptedException, ClassNotFoundException, TimeoutException {
public static void main(String[] args)
throws IOException, InterruptedException, ClassNotFoundException, TimeoutException {
JettyMain.main(args);
}
}

0 comments on commit 1ae9c3c

Please sign in to comment.