Skip to content

Commit 80aae23

Browse files
author
Dominik Hadl
committed
Fix small bug with since
1 parent 0a1fecd commit 80aae23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VVDocumenter-Xcode/Commenter/VVBaseCommenter.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ -(NSString *) sinceComment
6464
if ([[VVDocumenterSetting defaultSetting] addSinceToComments]) {
6565
return [NSString stringWithFormat:@"%@%@@since <#version number#>\n", self.emptyLine, self.prefixString];
6666
} else {
67-
return nil;
67+
return @"";
6868
}
6969
}
7070

0 commit comments

Comments
 (0)