Skip to content

Commit 24bb14e

Browse files
committed
refactor: Make KVStringParseHelper internal
1 parent 332515e commit 24bb14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/Microsoft.AutoGen/Contracts/KVStringParseHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Microsoft.AutoGen.Contracts;
88
/// <summary>
99
/// Provides helper methods for parsing key-value string representations.
1010
/// </summary>
11-
public static class KVStringParseHelper
11+
internal static class KVStringParseHelper
1212
{
1313
/// <summary>
1414
/// The regular expression pattern used to match key-value pairs in the format "key/value".

0 commit comments

Comments
 (0)