mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
fix trailing whitespace in kbn.js
This commit is contained in:
@@ -397,7 +397,7 @@ function($, _) {
|
||||
kbn.valueFormats.amp = kbn.formatBuilders.decimalSIPrefix('A');
|
||||
kbn.valueFormats.volt = kbn.formatBuilders.decimalSIPrefix('V');
|
||||
kbn.valueFormats.dBm = kbn.formatBuilders.decimalSIPrefix('dBm');
|
||||
|
||||
|
||||
// Temperature
|
||||
kbn.valueFormats.celsius = kbn.formatBuilders.fixedUnit('°C');
|
||||
kbn.valueFormats.farenheit = kbn.formatBuilders.fixedUnit('°F');
|
||||
|
||||
Reference in New Issue
Block a user