Skip to content

Commit

Permalink
Remove extra brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
drott committed Jan 8, 2024
1 parent 0859ee1 commit de307fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skrifa/src/color/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ impl<'a> ColorGlyph<'a> {
painter.push_clip_box(rect);
}

let mut visited_set = HashSet::with_hasher(NonRandomHasherState {});
let mut visited_set = HashSet::with_hasher(NonRandomHasherState);
visited_set.insert(*paint_id);
traverse_with_callbacks(
&resolve_paint(&instance, paint)?,
Expand Down

0 comments on commit de307fe

Please sign in to comment.