Skip to content

Commit

Permalink
Align with style conventions (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
osg-grafana authored Jul 31, 2023
1 parent 782b4b5 commit a993c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mixin-utils/utils.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ local g = import 'grafana-builder/grafana.libsonnet';
},
format: 'time_series',
intervalFactor: 2,
legendFormat: '%(legend)s99th Percentile' % legend,
legendFormat: '%(legend)s99th percentile' % legend,
refId: 'A',
step: 10,
},
Expand All @@ -81,7 +81,7 @@ local g = import 'grafana-builder/grafana.libsonnet';
},
format: 'time_series',
intervalFactor: 2,
legendFormat: '%(legend)s50th Percentile' % legend,
legendFormat: '%(legend)s50th percentile' % legend,
refId: 'B',
step: 10,
},
Expand Down

0 comments on commit a993c3a

Please sign in to comment.