Skip to content

Commit

Permalink
✨ feat: update sui-move new to use module labels
Browse files Browse the repository at this point in the history
  • Loading branch information
josemvcerqueira committed Sep 21, 2024
1 parent 5afef3c commit 3de91d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/sui-move/src/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ impl New {
w,
r#"/*
/// Module: {name}
module {name}::{name} {{
}}
module {name}::{name};
*/"#,
name = name
)?;
Expand Down Expand Up @@ -64,7 +62,7 @@ module {name}::{name}_tests {{
fun test_{name}_fail() {{
abort ENotImplemented
}}
}}
*/"#,
name = name
)?;
Expand Down

0 comments on commit 3de91d6

Please sign in to comment.