mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
C#: Remove unnecessary !
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Semmle.Extraction.CIL
|
||||
{
|
||||
using var writer = new EscapingTextWriter();
|
||||
WriteQuotedId(writer);
|
||||
return writer.ToString()!;
|
||||
return writer.ToString();
|
||||
}
|
||||
|
||||
public override TrapStackBehaviour TrapStackBehaviour => TrapStackBehaviour.NoLabel;
|
||||
|
||||
Reference in New Issue
Block a user