mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Follow-up from 7d6f11d217, add space between 'map' and left brace,
per feedback by Dmitri.
This commit is contained in:
@@ -3178,7 +3178,7 @@ static void tryRawRepresentableFixIts(InFlightDiagnostic &diag,
|
||||
diag.fixItInsert(exprRange.Start, "(");
|
||||
mapCodeFix += ")";
|
||||
}
|
||||
mapCodeFix += ".map{ ";
|
||||
mapCodeFix += ".map { ";
|
||||
mapCodeFix += convWrapBefore;
|
||||
mapCodeFix += "$0";
|
||||
mapCodeFix += convWrapAfter;
|
||||
|
||||
Reference in New Issue
Block a user