Skip to content

Commit

Permalink
fix format again
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Apr 26, 2021
1 parent 49477e6 commit f73ccae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -293,7 +293,7 @@ public void onError(int status, String message, Exception exception) {
}
});
} catch(Exception e) {
LOGGER.info("Consolidation error - ", e);
LOGGER.info("Consolidation error - ",e);
}

client.finish(threadId);
Expand Down

0 comments on commit f73ccae

Please sign in to comment.