Skip to content

Commit 1e1249c

Browse files
fmt
1 parent 6f4e27b commit 1e1249c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

crates/djls-ide/src/snippets.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ pub fn generate_partial_snippet(spec: &TagSpec, starting_from_position: usize) -
118118

119119
#[cfg(test)]
120120
mod tests {
121-
use super::*;
122121
use djls_semantic::EndTag;
123122

123+
use super::*;
124+
124125
#[test]
125126
fn test_snippet_for_for_tag() {
126127
let args = vec![

crates/djls-semantic/src/templatetags/specs.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
use rustc_hash::FxHashMap;
21
use std::borrow::Cow;
32

3+
use rustc_hash::FxHashMap;
4+
45
pub type S<T = str> = Cow<'static, T>;
56
pub type L<T> = Cow<'static, [T]>;
67

0 commit comments

Comments
 (0)