Skip to content

Commit 5497c68

Browse files
committed
Revert "proposed rustfmt.toml"
This reverts commit eac5d69.
1 parent eac5d69 commit 5497c68

File tree

2 files changed

+6
-60
lines changed

2 files changed

+6
-60
lines changed

.rustfmt.toml

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/service.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,12 @@ impl Service {
201201
FrontendRequest::ResolveDns(handle) => self.resolve(handle),
202202
FrontendRequest::Sync => self.sync_frontend(),
203203
FrontendRequest::RemoveAuthorizedKey(key) => self.remove_authorized_key(key),
204-
FrontendRequest::UpdateEnterHook(handle, enter_hook) => self.update_enter_hook(handle, enter_hook),
205-
FrontendRequest::UpdateScrollingInversion(invert_scroll) => self.update_scrolling_inversion(invert_scroll),
204+
FrontendRequest::UpdateEnterHook(handle, enter_hook) => {
205+
self.update_enter_hook(handle, enter_hook)
206+
}
207+
FrontendRequest::UpdateScrollingInversion(invert_scroll) => {
208+
self.update_scrolling_inversion(invert_scroll)
209+
}
206210
FrontendRequest::UpdateMouseSensitivity(mouse_sensitivity) => self.update_mouse_sensitivity(mouse_sensitivity),
207211
}
208212
}

0 commit comments

Comments
 (0)