Skip to content

Commit

Permalink
Update crates/collab/src/tests/test_server.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
  • Loading branch information
kain88-de and maxdeviant committed May 1, 2024
1 parent 9711af9 commit b6a4eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/collab/src/tests/test_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ impl TestServer {
let os_keymap = if cfg!(target_os = "linux") {
"keymaps/default-linux.json"
} else {
"keymaps/default-macos.json" // Default case if none of the above
"keymaps/default-macos.json"
};

cx.update(|cx| {
Expand Down

0 comments on commit b6a4eca

Please sign in to comment.