Code cleanup

This commit is contained in:
2025-05-21 19:43:44 -04:00
parent 46c12bfb8b
commit a0502def35

View File

@@ -828,7 +828,7 @@ namespace MarketData.Services
}
finally
{
MDTrace.WriteLine(LogLevel.DEBUG,$"Done, total took{profiler.End()}(ms)");
MDTrace.WriteLine(LogLevel.DEBUG,$"Done, total took {profiler.End()}(ms)");
}
}