Skip to content

Commit

Permalink
Fix stray blank line that now lints on nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Sep 28, 2024
1 parent ab4291f commit fc806c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion all-is-cubes/src/inv/tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ impl Tool {
///
/// TODO (API instability): Eventually we will probably want additional decorations
/// that probably should not need to be painted into the block itself.
pub fn icon<'a>(&'a self, predefined: &'a BlockProvider<Icons>) -> Cow<'a, Block> {
match self {
Self::Activate => Cow::Borrowed(&predefined[Icons::Activate]),
Expand Down

0 comments on commit fc806c2

Please sign in to comment.