Skip to content

Commit 9a9c14b

Browse files
committed
style(tests): reorder imports to appease rustfmt, happy now Jerry
Signed-off-by: Jessie Frazelle <[email protected]>
1 parent 9ae7b58 commit 9a9c14b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ml/copilot/state.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,10 @@ pub enum KeyAction {
119119

120120
#[cfg(test)]
121121
mod tests {
122-
use super::*;
123122
use crossterm::event::KeyEventKind;
124123

124+
use super::*;
125+
125126
fn key(code: KeyCode, modifiers: KeyModifiers) -> KeyEvent {
126127
KeyEvent {
127128
code,

0 commit comments

Comments
 (0)