We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7cccb commit 4cbd251Copy full SHA for 4cbd251
1 file changed
FakeMessageGen/Framed/Frame.cs
@@ -26,7 +26,7 @@ public void UpdatePosition(Rectangle value)
26
update = true;
27
}
28
29
- public override void Write(string? value)
+ public override void Write(string value)
30
{
31
lock (current) // TODO: Not sure if this is actually needed...
32
0 commit comments