Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Oct 28, 2023
1 parent 3b4c09c commit ce27f56
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -138,8 +138,6 @@ public void testListAllBug() throws Exception {
String json = TestUtils.getJsonString("inkfiles/lists/list-all.ink.json");
Story story = new Story(json);

Assert.assertEquals(
"A, B\n",
story.continueMaximally());
Assert.assertEquals("A, B\n", story.continueMaximally());
}
}

0 comments on commit ce27f56

Please sign in to comment.