Skip to content

Commit b466184

Browse files
committed
Fix format
1 parent c25ba73 commit b466184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simple-math/src/test/java/com/craftsmanshipinsoftware/math/gui/ApplicationTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ void divisionByZeroIsHandledProperlyByShowingAMessage() throws IOException {
9898
}
9999

100100
private HtmlPage getHtmlPage() throws IOException {
101-
return this.webClient.getPage("http://localhost/index.html");
101+
return this.webClient.getPage("http://localhost/index.html");
102102
}
103103

104104
private static void fireInputEventFor(HtmlNumberInput numberInput) {
105-
numberInput.fireEvent("input");
105+
numberInput.fireEvent("input");
106106
}
107107

108108
private HtmlNumberInput secondInputNumberInput(HtmlPage page) {

0 commit comments

Comments
 (0)