Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker committed Sep 4, 2024
1 parent b876835 commit 4ba0f6f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ public void getMenuItemsContainsExpectedClientPaths() throws IOException {
}

@Test
public void getMenuItemsWithNestedFiltering_doesNotThrow() throws IOException {
public void getMenuItemsWithNestedFiltering_doesNotThrow()
throws IOException {
File generated = tmpDir.newFolder(GENERATED);
File clientFiles = new File(generated, FILE_ROUTES_JSON_NAME);
Files.writeString(clientFiles.toPath(), nestedLoginRequiredRouteFile);
Expand Down

0 comments on commit 4ba0f6f

Please sign in to comment.