Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove verbose semicolons #639

Merged
merged 3 commits into from
Jan 3, 2016
Merged

Remove verbose semicolons #639

merged 3 commits into from
Jan 3, 2016

Conversation

AntiMoron
Copy link
Contributor

No description provided.

@@ -158,9 +158,13 @@ public class ChartViewPortHandler: NSObject
return CGPoint(x: _contentRect.origin.x + _contentRect.size.width / 2.0, y: _contentRect.origin.y + _contentRect.size.height / 2.0)
}

public var chartHeight: CGFloat { return _chartHeight; }
public var chartHeight: CGFloat {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{} at same line or follow
{
...
{
maybe?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{} at same line then semicolons would be needed. That's far from swift style.

I just mistakenly followed my own code style. I've corrected that.

danielgindi added a commit that referenced this pull request Jan 3, 2016
Remove verbose semicolons
@danielgindi danielgindi merged commit 65e3ae9 into ChartsOrg:master Jan 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants