Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en committed Jan 8, 2025
1 parent bb67ce4 commit 04e30fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion near/omni-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ impl OmniAddress {
} else {
address.to_string()[2..].to_string()
}
},
}
_ => self.encode('-', true),
}
}
Expand Down

0 comments on commit 04e30fd

Please sign in to comment.