Skip to content

Commit

Permalink
Merge pull request fdo-rs#638 from mmartinv/fix-get-current-user-name
Browse files Browse the repository at this point in the history
fix(get_current_user_name): remove trailing whitespaces.
  • Loading branch information
mergify[bot] authored Mar 4, 2024
2 parents c132b63 + 5c69cdf commit 6ec328f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/src/system_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ pub fn get_current_user_name() -> String {
.stdout,
)
.expect("Unable to read current user name")
.trim()
.to_string()
}

0 comments on commit 6ec328f

Please sign in to comment.