Skip to content

Commit

Permalink
Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Dec 19, 2024
1 parent a7398b7 commit 2d39c5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/UUID.Demo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ static async Task Main(string[] args)
Console.WriteLine($"UUID: {uuid}");
Console.WriteLine($"Version: {Decoder.GetVersionDescription(uuid)}");


if (Decoder.TryGetSequence(uuid, out ushort sequence))
{
Console.WriteLine($"Sequence: {sequence}");
Expand Down

0 comments on commit 2d39c5a

Please sign in to comment.