Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
x1ah committed Sep 16, 2020
1 parent cbf4d27 commit fe1026e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ impl Blueprint {
pub fn draw(&self) {
for f in self.funds.iter() {
if f.v_gap.eq("") {
continue
continue;
}

if f.v_gap.starts_with('-') {
Expand Down

0 comments on commit fe1026e

Please sign in to comment.