Skip to content

Commit

Permalink
fix code style in BarChartDataSet
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxuan30 committed Jan 13, 2016
1 parent 562b988 commit 4f308f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Charts/Classes/Data/BarChartDataSet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ public class BarChartDataSet: BarLineScatterCandleBubbleChartDataSet
{
if vals.count > _stackSize
{
_stackSize = vals.count
_stackSize = vals.count
}
}
}
}
}

internal override func calcMinMax(start start : Int, end: Int)
{
Expand Down

0 comments on commit 4f308f7

Please sign in to comment.