Skip to content

Commit fc55955

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9a21ffa commit fc55955

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/djls-conf/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ args = [
926926

927927
let lib = &settings.tagspecs().libraries[0];
928928
let cache = &lib.tags[0];
929-
929+
930930
// optional: false should convert to required: true
931931
assert!(cache.end.as_ref().unwrap().required);
932932
}
@@ -947,10 +947,10 @@ args = [
947947

948948
let lib = &settings.tagspecs().libraries[0];
949949
let test = &lib.tags[0];
950-
950+
951951
assert_eq!(test.args.len(), 1);
952952
assert!(matches!(test.args[0].kind, ArgKindDef::Choice));
953-
953+
954954
// Verify choices are in extra metadata
955955
assert!(test.args[0].extra.is_some());
956956
let choices = test.args[0].extra.as_ref().unwrap().get("choices");

0 commit comments

Comments
 (0)