Skip to content
Snippets Groups Projects
Commit 4fc75111 authored by Martin Vogel's avatar Martin Vogel
Browse files

refactor(#664): change formatting

parent 78d7c15d
No related branches found
No related tags found
1 merge request!211#664 Test JWK Generator
...@@ -81,7 +81,7 @@ public class CertTool { ...@@ -81,7 +81,7 @@ public class CertTool {
private static void writeFile(final Path path, final String name, final JWK jwk) { private static void writeFile(final Path path, final String name, final JWK jwk) {
try { try {
Files.write(path, toBytes(jwk)); Files.write(path, toBytes(jwk));
System.out.println("Wrote " + name + " to " + path); System.out.println("\nWrote " + name + " to \n" + path);
} catch (final IOException e) { } catch (final IOException e) {
System.out.println(e); System.out.println(e);
System.exit(0); System.exit(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment