Skip to content

Commit

Permalink
Ran cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
humblepenguinn committed Mar 1, 2024
1 parent 6b4edfe commit 3b97346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/envio/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl Command {
*/
pub fn run(&self) {
let vim_mode = get_vim_mode().unwrap_or(false);

match self {
Command::Create {
profile_name,
Expand Down

0 comments on commit 3b97346

Please sign in to comment.