Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 15, 2024
1 parent a7f1d1b commit f83cb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/main/java/org/eolang/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private static void run(final List<String> opts) throws Exception {
final byte[] ret = new Dataized(app).take();
Main.LOGGER.info(
String.format(
"%n---%n%s%nFinished in %.2fs (%d bytes)",
"%n---%n%s%nFinished in %.02fs (%d bytes)",
new VerboseBytesAsString(ret).get(),
(System.currentTimeMillis() - start) / 1000.0,
ret.length
Expand Down

0 comments on commit f83cb99

Please sign in to comment.