Skip to content

Commit 2adfdff

Browse files
committed
Beautify code layout
1 parent 940cb79 commit 2adfdff

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

AAInfographics/AAChartCreator/AAChartModel.swift

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -359,20 +359,20 @@ public class AAChartModel: AAObject {
359359

360360
@discardableResult
361361
public func dataLabelsFontColor(_ prop: String) -> AAChartModel {
362-
dataLabelsFontColor = prop
363-
return self
362+
dataLabelsFontColor = prop
363+
return self
364364
}
365365

366366
@discardableResult
367367
public func dataLabelsFontSize(_ prop: Float?) -> AAChartModel {
368-
dataLabelsFontSize = prop
369-
return self
368+
dataLabelsFontSize = prop
369+
return self
370370
}
371371

372372
@discardableResult
373373
public func dataLabelsFontWeight(_ prop: AAChartFontWeightType) -> AAChartModel {
374-
dataLabelsFontWeight = prop
375-
return self
374+
dataLabelsFontWeight = prop
375+
return self
376376
}
377377

378378
@discardableResult
@@ -425,20 +425,20 @@ public class AAChartModel: AAObject {
425425

426426
@discardableResult
427427
public func yAxisMin(_ prop: Float) -> AAChartModel {
428-
yAxisMin = prop
429-
return self
428+
yAxisMin = prop
429+
return self
430430
}
431431

432432
@discardableResult
433433
public func yAxisMax(_ prop: Float) -> AAChartModel {
434-
yAxisMax = prop
435-
return self
434+
yAxisMax = prop
435+
return self
436436
}
437437

438438
@discardableResult
439439
public func yAxisAllowDecimals(_ prop: Bool) -> AAChartModel {
440-
yAxisAllowDecimals = prop
441-
return self
440+
yAxisAllowDecimals = prop
441+
return self
442442
}
443443

444444
@discardableResult

0 commit comments

Comments
 (0)