Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz committed Dec 8, 2024
1 parent 0b6d0a9 commit 45566a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion translator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
enderpy_python_parser = { path = "../parser", version = "0.1.0" }
enderpy_python_type_checker = {path = "../typechecker", version = "0.1.0" }
log = { version = "0.4.17" }
log = { version = "0.4.17" }
2 changes: 1 addition & 1 deletion translator/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub mod translator;
pub mod translator;

0 comments on commit 45566a0

Please sign in to comment.