Remove spaces

This commit is contained in:
Dmitry Kardymon 2023-07-17 10:36:23 +00:00
parent 2bc7bb062c
commit 1d4d829d65

View File

@ -22,7 +22,7 @@ struct ThreadEventData
UInt64 user_ms = 0;
UInt64 system_ms = 0;
UInt64 memory_usage = 0;
// -1 used as flag 'is not show for old servers'
Int64 peak_memory_usage = -1;
};