Fixing checkstyle

This commit is contained in:
Joakim Erdfelt 2023-02-06 15:59:12 -06:00
parent 3b61926500
commit a238c50a7f
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ public class CommandLineBuilderTest
assertThat(cmd.toQuotedString(" "), is("java '-Djetty.home=/opt/jetty 10/home'"));
}
@Test
public void testEscapedFormattingString()
{