Skip to content

Commit

Permalink
Tidy code
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcoltheart committed Dec 10, 2023
1 parent b33199a commit 89f735d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,7 @@ public static int WriteTags(byte[] buffer, int cursor, Metric metric, ReadOnlyTa

if (writeEnclosingBraces)
{
buffer[cursor - 1] =
unchecked((byte)'}'); // Note: We write the '}' over the last written comma, which is extra.
buffer[cursor - 1] = unchecked((byte)'}'); // Note: We write the '}' over the last written comma, which is extra.
}

return cursor;
Expand Down

0 comments on commit 89f735d

Please sign in to comment.