Skip to content

Commit 451a641

Browse files
committed
lint
1 parent bb4c68e commit 451a641

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/squawk_syntax/src/test.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// based on https://github.com/rust-lang/rust-analyzer/blob/d8887c0758bbd2d5f752d5bd405d4491e90e7ed6/crates/parser/src/tests.rs
2-
use annotate_snippets::{renderer::DecorStyle, AnnotationKind, Level, Renderer, Snippet};
2+
use annotate_snippets::{AnnotationKind, Level, Renderer, Snippet, renderer::DecorStyle};
33
use camino::Utf8Path;
4-
use dir_test::{dir_test, Fixture};
4+
use dir_test::{Fixture, dir_test};
55
use insta::{assert_snapshot, with_settings};
66

7-
use crate::{syntax_error::SyntaxError, SourceFile};
7+
use crate::{SourceFile, syntax_error::SyntaxError};
88

99
fn render_errors(sql: &str, errors: &[SyntaxError]) -> String {
1010
let mut rendered = String::new();

0 commit comments

Comments
 (0)