Skip to content

Commit

Permalink
VDFTokeniser public
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolbros committed Nov 3, 2023
1 parent ed02275 commit 4c3a76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VDF/VDFTokeniser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace VDF;

internal class VDFTokeniser
public class VDFTokeniser
{
private static readonly char[] WhiteSpaceIgnore = { ' ', '\t', '\r', '\n' };
private static readonly char[] WhiteSpaceTokenTerminate = { '"', '{', '}' };
Expand Down

0 comments on commit 4c3a76a

Please sign in to comment.