Skip to content

Commit d26fb07

Browse files
committed
chore: Correct upsie
1 parent dec9539 commit d26fb07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/stackable-operator/src/quantity

crates/stackable-operator/src/quantity/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ impl Quantity {
141141
*v *= factor;
142142
*s = suffix;
143143

144-
false
144+
true
145145
}
146146
}
147147
}

0 commit comments

Comments
 (0)