S2306: Fix some whitespace (#2125)

This commit is contained in:
Gregory Paidis 2023-06-09 10:52:14 +02:00 committed by GitHub
parent 6d2015c1fe
commit f28bcba936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ int abstract = 42; // Error CS1585: Member modifier 'abstract' must precede the
int foreach = 42; // Error CS1519: Invalid token 'foreach' in class, struct, or interface member declaration
----
To avoid any confusion, it is best to not use `async` and `await` as identifiers.
To avoid any confusion, it is best to not use `async` and `await` as identifiers.
[source,csharp,diff-id=1,diff-type=compliant]
----