Skip to content

Commit 6f75ae9

Browse files
committed
Add .trim call to SystemWriter building
1 parent eb19d7a commit 6f75ae9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,7 @@ fn main() {
694694
SystemWriter::new(&system_file_path, translation_path, data_output_path, engine_type)
695695
.romanize(romanize)
696696
.logging(logging)
697+
.trim(trim)
697698
.write();
698699
}
699700

@@ -838,6 +839,9 @@ fn main() {
838839
_ => unreachable!(),
839840
}
840841
}
842+
"image" => {
843+
todo!();
844+
}
841845
_ => unreachable!(),
842846
}
843847

0 commit comments

Comments
 (0)