File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ NS_ASSUME_NONNULL_BEGIN
22
22
// / The number of lines represented in the hunk.
23
23
@property (nonatomic , readonly ) NSUInteger lineCount;
24
24
25
- // The starting line number in the old file
25
+ // / The starting line number in the old file
26
26
@property (nonatomic , readonly ) NSUInteger oldStart;
27
27
28
- // The number of lines in the old file
28
+ // / The number of lines in the old file
29
29
@property (nonatomic , readonly ) NSUInteger oldLines;
30
30
31
- // The starting line number in the new file
31
+ // / The starting line number in the new file
32
32
@property (nonatomic , readonly ) NSUInteger newStart;
33
33
34
- // The number of lines in the new file
34
+ // / The number of lines in the new file
35
35
@property (nonatomic , readonly ) NSUInteger newLines;
36
36
37
37
- (instancetype )init NS_UNAVAILABLE;
You can’t perform that action at this time.
0 commit comments