mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-03 13:43:39 +00:00
Clean up
This commit is contained in:
@@ -8,8 +8,8 @@ public static class BinaryExtensions
|
||||
{
|
||||
var buffer = new StringBuilder(2 * data.Length);
|
||||
|
||||
foreach (var t in data)
|
||||
buffer.Append(t.ToString("X2"));
|
||||
foreach (var b in data)
|
||||
buffer.Append(b.ToString("X2"));
|
||||
|
||||
return buffer.ToString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user