Skip to content

Commit be47af0

Browse files
committed
all hail cargo fmt
1 parent 4d3f6a8 commit be47af0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

chalk-ir/src/interner.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,10 @@ mod default {
303303
goal
304304
}
305305

306-
fn intern_goals(&self, data: impl IntoIterator<Item = Goal<ChalkIr>>) -> Vec<Goal<ChalkIr>> {
306+
fn intern_goals(
307+
&self,
308+
data: impl IntoIterator<Item = Goal<ChalkIr>>,
309+
) -> Vec<Goal<ChalkIr>> {
307310
data.into_iter().collect()
308311
}
309312

0 commit comments

Comments
 (0)