clean code fixes

This commit is contained in:
Miha Kralj
2024-10-06 17:16:47 -07:00
parent bcac34bf09
commit b7b5a4a1bf
52 changed files with 787 additions and 643 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ public static class Formatters
const string pad = "18";
public static void Initialize()
{
Formatter.Register<iTValue>((tick, writer) =>
Formatter.Register<ITValue>((tick, writer) =>
{
var sb = new StringBuilder();
sb.Append("<table style='border-collapse: collapse; text-align: left;'><tr>");