Forgot summary comment

This commit is contained in:
Matt Nadareski
2021-03-28 21:34:27 -07:00
parent 793dd8289a
commit 137155d3dc

View File

@@ -224,6 +224,9 @@ namespace MPF.UserControls
#region Logging
/// <summary>
/// Log line wrapper
/// </summary>
private struct LogLine
{
public readonly string Text;