Skip to content

Commit 0c488db

Browse files
committed
Just look good.
1 parent 5773ed1 commit 0c488db

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

SrcGen/Documents.cs

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,10 @@ private void Parse(TextReader reader)
9999

100100
switch (uid[1])
101101
{
102-
case 'A':
103-
// index page, no use, skip
104-
case 'C':
105-
// callback functions, skip for now
106-
case 'E':
107-
// enums, not seen yet, skip
108-
case 'L':
109-
// IXyzCallbacks base implementations, skip
102+
case 'A': // index page, no use, skip
103+
case 'C': // callback functions, skip for now
104+
case 'E': // enums, not seen yet, skip
105+
case 'L': // IXyzCallbacks base implementations, skip
110106
return;
111107

112108
case 'N':

0 commit comments

Comments
 (0)