Skip to content

Commit 45566a0

Browse files
committed
formatting
1 parent 0b6d0a9 commit 45566a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

translator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edition = "2021"
66
[dependencies]
77
enderpy_python_parser = { path = "../parser", version = "0.1.0" }
88
enderpy_python_type_checker = {path = "../typechecker", version = "0.1.0" }
9-
log = { version = "0.4.17" }
9+
log = { version = "0.4.17" }

translator/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pub mod translator;
1+
pub mod translator;

0 commit comments

Comments
 (0)