Skip to content

Commit c073202

Browse files
andrebergbrotherbard
authored andcommitted
Put at-sign in front of multi-line continued string.
Probably doesn't matter since the compiler should concatenate both forms equally.
1 parent 427409b commit c073202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PBGitBinary.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ + (NSString *) notFoundError
110110
{
111111
NSMutableString *error = [NSMutableString stringWithString:
112112
@"Could not find a git binary version " MIN_GIT_VERSION " or higher.\n"
113-
"Please make sure there is a git binary in one of the following locations:\n\n"];
113+
@"Please make sure there is a git binary in one of the following locations:\n\n"];
114114
for (NSString *location in [PBGitBinary searchLocations]) {
115115
[error appendFormat:@"\t%@\n", location];
116116
}

0 commit comments

Comments
 (0)