Skip to content

Commit

Permalink
🔊 whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Jul 15, 2024
1 parent 629c10e commit 0f4fbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/ebullient/convert/RpgDataConvertCli.java
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public Integer call() {
// ATM, both 5e and pf2e use the same general structure.
// Marker files are in configData
for (Path inputPath : input) {
tui.printlnf("⏱️ Reading %s", inputPath);
tui.printlnf("⏱️ Reading %s", inputPath);
Path input = inputPath.toAbsolutePath();
if (input.toFile().isDirectory()) {
boolean isTools = tui.readToolsDir(input, index::importTree);
Expand Down

0 comments on commit 0f4fbcc

Please sign in to comment.