Skip to content

Commit

Permalink
refactor(lint): fix new lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Aug 14, 2024
1 parent eca5398 commit 60cdcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ impl<'a> StatefulWidget for BinaryDataWidget<'a> {
let style = if Some(address) == state.selected_address {
self.highlight_style
} else {
color::color(character)
color(character)
};

// Hex
Expand Down

0 comments on commit 60cdcef

Please sign in to comment.