Skip to content

Commit ca89560

Browse files
committed
C#: Remove unnecessary !
1 parent fab8400 commit ca89560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/extractor/Semmle.Extraction.CIL/Entities/Base/LabelledEntity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public override string ToString()
2727
{
2828
using var writer = new EscapingTextWriter();
2929
WriteQuotedId(writer);
30-
return writer.ToString()!;
30+
return writer.ToString();
3131
}
3232

3333
public override TrapStackBehaviour TrapStackBehaviour => TrapStackBehaviour.NoLabel;

0 commit comments

Comments
 (0)