mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-26 14:22:05 +01:00
Fix dummy test whitespace
This commit is contained in:
parent
48b50b6b3e
commit
10f1650d06
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ public class DummyTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void dummyTest() {
|
public void dummyTest() {
|
||||||
PGPainlessCLI.main(new String[]{"generate-key", "Ed Snowden <citizen4@lavabit.com>"});
|
PGPainlessCLI.main(new String[] {"generate-key", "Ed Snowden <citizen4@lavabit.com>"});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue