code format fixes

This commit is contained in:
13xforever
2021-05-01 20:30:16 +05:00
parent a0b2113b40
commit cc15ace406

View File

@@ -79,12 +79,13 @@ namespace SourceGenerators
resourceName.Path,
TextSpan.FromBounds(
previousPos,
(int)stream.Position),
(int)stream.Position
),
new(
new(codeLine, 0),
new(descLine, errorNameAndDescriptionLine.Length)
)),
errorCodeLine,
errorCodeLine,
errorNameAndDescriptionLine));
previousPos = (int)stream.Position;
continue;