Follow-up from 7d6f11d217, add space between 'map' and left brace,

per feedback by Dmitri.
This commit is contained in:
Argyrios Kyrtzidis
2016-06-05 18:13:19 -07:00
parent 7d6f11d217
commit dd32ed86fb
2 changed files with 6 additions and 6 deletions

View File

@@ -3178,7 +3178,7 @@ static void tryRawRepresentableFixIts(InFlightDiagnostic &diag,
diag.fixItInsert(exprRange.Start, "(");
mapCodeFix += ")";
}
mapCodeFix += ".map{ ";
mapCodeFix += ".map { ";
mapCodeFix += convWrapBefore;
mapCodeFix += "$0";
mapCodeFix += convWrapAfter;