Clean up comment a bit, meant to do this in last push
There was a trailing space at the end of the line.
This commit is contained in:
parent
f7b9606639
commit
6c09d41ccf
@ -311,8 +311,7 @@ ExpressionTextView::SetValue(BString value)
|
||||
while (value[offset] == '0')
|
||||
value.Remove(offset--, 1);
|
||||
|
||||
// there is no need to keep the period if no
|
||||
// digits follow
|
||||
// no need to keep the period if no digits follow
|
||||
if (value[offset] == '.')
|
||||
value.Remove(offset, 1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user