mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 14:59:16 +08:00
issue-33026/feat: unit converter, improve data units
This commit is contained in:
parent
70652dc382
commit
df07e413bf
@ -100,7 +100,7 @@ namespace Community.PowerToys.Run.Plugin.UnitConverter
|
||||
toUnit = ConvertToITUUnit(toUnit);
|
||||
}
|
||||
|
||||
return return UnitsNet.UnitConverter.Convert(convertModel.Value, fromUnit, toUnit);
|
||||
return UnitsNet.UnitConverter.Convert(convertModel.Value, fromUnit, toUnit);
|
||||
}
|
||||
|
||||
return double.NaN;
|
||||
|
Loading…
Reference in New Issue
Block a user