Skip to content

Commit 09cc9f4

Browse files
committed
Rustfmt
1 parent 89ceb27 commit 09cc9f4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/csl/taxonomy.rs

+5-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ impl<'a, T: EntryLike> InstanceContext<'a, T> {
6464
.map(|n| MaybeTyped::Typed(Cow::Owned(n)))
6565
.unwrap_or_else(|_| MaybeTyped::String(l.to_owned())),
6666
)),
67-
LocatorPayload::Transparent(_) => Some(NumberVariableResult::Transparent(
68-
self.cite_props.certain.initial_idx,
69-
)),
67+
LocatorPayload::Transparent(_) => {
68+
Some(NumberVariableResult::Transparent(
69+
self.cite_props.certain.initial_idx,
70+
))
71+
}
7072
},
7173
_ => self
7274
.entry

0 commit comments

Comments
 (0)