Skip to content

Commit

Permalink
chore: Apply rustfmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
har7an committed Dec 29, 2023
1 parent 24e10f2 commit bbff52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zellij-utils/src/input/layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ impl Layout {
None => {
let home = find_default_config_dir();
let Some(home) = home else {
return Layout::stringified_from_default_assets(layout)
return Layout::stringified_from_default_assets(layout);
};

let layout_path = &home.join(layout);
Expand Down

0 comments on commit bbff52b

Please sign in to comment.