Skip to content

Commit

Permalink
fixup: formatting nits
Browse files Browse the repository at this point in the history
  • Loading branch information
amnn authored May 17, 2024
1 parent 6faec06 commit 68c9071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external-crates/move/crates/move-cli/src/base/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ impl New {

if !Identifier::is_valid(&name) {
return Err(anyhow!(
"invalid package name, please use lowercase letters, numbers, and underscores, \
should start with a lowercase letter."
"Invalid package name, please use lowercase letters, numbers, and underscores, \
should start with a lowercase letter"
));
}

Expand Down

0 comments on commit 68c9071

Please sign in to comment.