Skip to content

Commit 72f1658

Browse files
committed
Update Cargo.toml. Missing new line
1 parent e176dd1 commit 72f1658

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kee"
33
version = "1.0.0"
4-
edition = "2021"
4+
edition = "2024"
55
description = "AWS CLI session manager with SSO support"
66
authors = ["Stefan Aichholzer <[email protected]>"]
77
license = "MIT"

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ impl KeeManager {
247247

248248
if config.accounts.is_empty() {
249249
println!(
250-
" No accounts configured. Use '{}' to add an account.",
250+
"\n No accounts configured. Use '{}' to add an account.",
251251
hlt("kee add <account_name>")
252252
);
253253
return;

0 commit comments

Comments
 (0)