Skip to content

Commit bf28a6b

Browse files
committed
Format code
1 parent ab9ee2c commit bf28a6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AAChartKitLib/AAOptionsModel/AAYAxis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ AAPropStatementAndPropSetFuncStatement(strong, AAYAxis, NSArray *, tickPosition
9191
AAPropStatementAndPropSetFuncStatement(strong, AAYAxis, id , top)
9292
AAPropStatementAndPropSetFuncStatement(strong, AAYAxis, id , height)
9393

94-
9594
@end
9695

96+
9797
@interface AAAxisTitle : NSObject
9898

9999
AAPropStatementAndPropSetFuncStatement(copy, AAAxisTitle, NSString *, align)

AAChartKitLib/AAOptionsModel/AAYAxis.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ - (instancetype)init {
9494
AAPropSetFuncImplementation(AAYAxis, id , top)
9595
AAPropSetFuncImplementation(AAYAxis, id , height)
9696

97-
9897
@end
9998

99+
100100
@implementation AAAxisTitle
101101

102102
AAPropSetFuncImplementation(AAAxisTitle, NSString *, align)

0 commit comments

Comments
 (0)