Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Apr 6, 2024
1 parent 73bea2d commit 2774bb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/post_login/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,7 @@ pub fn get_envs(config: &Config) -> Vec<(String, PostLoginEnvironment)> {
}
}

match fs::read_dir(&config.wayland.wayland_sessions_path
) {
match fs::read_dir(&config.wayland.wayland_sessions_path) {
Ok(paths) => {
for path in paths {
let Ok(path) = path else {
Expand Down

0 comments on commit 2774bb4

Please sign in to comment.