Skip to content

Commit

Permalink
feat(#3092): space
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed May 2, 2024
1 parent f9c0a86 commit 5a10444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/test/java/org/eolang/SnippetTestCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void runsAllSnippets(final String yml, final @TempDir Path temp) throws IOExcept
SnippetTestCase.copySources(f, "src/main/eo");
f.files()
.file(String.format("src/main/eo/%s", file))
.write(String.formt("%s\n", map.get("eo")))
.write(String.format("%s\n", map.get("eo")))
.show();
f.dependencies().appendItself();
f.build()
Expand Down

0 comments on commit 5a10444

Please sign in to comment.