Skip to content

Commit

Permalink
Delete empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
greenfoxx committed Apr 20, 2020
1 parent 017e012 commit 7947a36
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@ public IEnumerable<TrendData> GetDataForGrafana([FromBody]GrafanaArg grafanaArg)
}
else
{
List<double?[]> points = new List<double?[]>();

List<double?[]> points = new List<double?[]>();
SelectArcType(grafanaArg, out bool isHour, out int timeCoef);
TrendData[] trends = new TrendData[grafanaArg.targets.Length];

Expand Down

0 comments on commit 7947a36

Please sign in to comment.