Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>
  • Loading branch information
zhiburt committed Jul 24, 2023
1 parent f4ab4e1 commit d9c5514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papergrid/src/grid/compact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl<R, D, G> CompactGrid<R, D, G, NoColors> {
records,
config,
dimension,
colors: NoColors::default(),
colors: NoColors,
}
}
}
Expand Down

0 comments on commit d9c5514

Please sign in to comment.