mirror of
https://github.com/grafana/grafana.git
synced 2026-08-10 05:08:16 -05:00
Code style typo
This commit is contained in:
@@ -124,7 +124,7 @@ function($, _) {
|
||||
var intervalMs, lowLimitInterval;
|
||||
|
||||
if (lowLimit) {
|
||||
lowLimitMs = kbn.interval_to_ms(lowLimit);
|
||||
lowLimitMs = kbn.interval_to_ms(lowLimit);
|
||||
}
|
||||
|
||||
if (userInterval) {
|
||||
|
||||
Reference in New Issue
Block a user