Skip to content

Commit 9b63379

Browse files
committed
fmt
1 parent 2343620 commit 9b63379

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,8 @@ mod tests {
959959
quirks::process_construct_pattern_input(
960960
quirks::StringOrInit::String(":café://:foo".to_owned()),
961961
None,
962-
).unwrap();
962+
)
963+
.unwrap();
963964
}
964965

965966
#[test]

0 commit comments

Comments
 (0)