Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrouR committed Mar 2, 2020
1 parent b17b36b commit 6fa4e3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/org/web3j/console/account/AccountManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ public static void main(final CliConfig config, final String[] args) {

Request newAccountRequest =
new Request.Builder()
.url(String.format("%s/auth/realms/EpirusPortal/web3j-token/create", CLOUD_URL))
.url(
String.format(
"%s/auth/realms/EpirusPortal/web3j-token/create",
CLOUD_URL))
.post(accountBody)
.build();

Expand Down

0 comments on commit 6fa4e3d

Please sign in to comment.