Base: units, code formating

This commit is contained in:
Bernd Hahnebach 2016-12-20 18:10:28 +01:00 committed by Yorik van Havre
parent 9a3b750fb7
commit 46d8a64389

View File

@ -67,6 +67,6 @@ QString UnitsSchemaCentimeters::schemaTranslate(const Base::Quantity& quant, dou
unitString = quant.getUnit().getString();
factor = 1.0;
}
return toLocale(quant, factor, unitString);
}