mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 21:38:12 +08:00
Tweak whitespace around use statements and other lint fixes
This commit is contained in:
@@ -9,6 +9,7 @@ impl MessageHandler<GlobalMessage, ()> for GlobalMessageHandler {
|
||||
#[remain::check]
|
||||
fn process_action(&mut self, message: GlobalMessage, _data: (), _responses: &mut VecDeque<Message>) {
|
||||
use GlobalMessage::*;
|
||||
|
||||
#[remain::sorted]
|
||||
match message {
|
||||
LogDebug => {
|
||||
|
||||
Reference in New Issue
Block a user