Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 15, 2024
1 parent 580d1e6 commit 3d3f3ec
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 @@ -213,7 +213,7 @@ private static void run(final List<String> opts) throws Exception {
String.format(
"%n---%n%s%nFinished in %.2fms (%d bytes)",
new VerboseBytesAsString(ret).get(),
System.currentTimeMillis() - start / 1000.0,
(System.currentTimeMillis() - start) / 1000.0,
ret.length
)
);
Expand Down

0 comments on commit 3d3f3ec

Please sign in to comment.