Skip to content

Commit b240b9a

Browse files
committed
public ClearState()
1 parent 727b249 commit b240b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utf8StringInterpolation/Utf8StringWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ void GrowCore(int len)
417417
allocatedDestinationSize = destination.Length;
418418
}
419419

420-
void ClearState()
420+
public void ClearState()
421421
{
422422
Flush();
423423
destination = default;

0 commit comments

Comments
 (0)