mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
code format fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user