diff --git a/pom.xml b/pom.xml index e1f366a..4b80e02 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ SOFTWARE. org.eolang eo-maven-plugin - 0.29.6 + 0.32.0 compile diff --git a/src/test/eo/org/eolang/txt/sprintf-tests.eo b/src/test/eo/org/eolang/txt/sprintf-tests.eo index b711f8b..feed061 100644 --- a/src/test/eo/org/eolang/txt/sprintf-tests.eo +++ b/src/test/eo/org/eolang/txt/sprintf-tests.eo @@ -51,7 +51,8 @@ [] > prints-bytes-and-complex-string assert-that > @ - sprintf "%c %s %c abc" + sprintf + "%c %s %c abc" 100.as-bytes "e f" 56.as-bytes