Skip to content

Commit b21c196

Browse files
committed
style: fix formatting in Unit
1 parent b0ad6de commit b21c196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ impl Unit {
7878
Self::GigaByte => crate::GB,
7979
Self::TeraByte => crate::TB,
8080
Self::PetaByte => crate::PB,
81-
Self::ExaByte => crate::EB,
81+
Self::ExaByte => crate::EB,
8282
// binary units
8383
Self::KibiByte => crate::KIB,
8484
Self::MebiByte => crate::MIB,

0 commit comments

Comments
 (0)