Skip to content

Commit b50806d

Browse files
authored
chore: add end punctuation to meesage.
1 parent c59d62a commit b50806d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/aptos/src/common/init.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,8 @@ impl CliCommand<()> for InitTool {
351351
.profile_name()
352352
.unwrap_or(DEFAULT_PROFILE);
353353
eprintln!(
354-
"\n---\nMovement CLI is now set up for account {} as profile {}!\n See the account here: {}\n Run `movement --help` for more information about commands",
354+
"\n---\nMovement CLI is now set up for account {} as profile {}!\n See the account here: {}\n
355+
Run `movement --help` for more information about commands.",
355356
address,
356357
profile_name,
357358
explorer_account_link(address, Some(network))

0 commit comments

Comments
 (0)