diff --git a/VPLink.Common/Data/PlainTextMessageBuilder.cs b/VPLink.Common/Data/PlainTextMessageBuilder.cs index a1f5ff0..dd68b97 100644 --- a/VPLink.Common/Data/PlainTextMessageBuilder.cs +++ b/VPLink.Common/Data/PlainTextMessageBuilder.cs @@ -35,8 +35,7 @@ public struct PlainTextMessageBuilder : IDisposable /// The timestamp. /// The format. /// The trailing whitespace trivia. - public void AddTimestamp(DateTimeOffset timestamp, TimestampFormat format = TimestampFormat.None, - char whitespace = ' ') + public void AddTimestamp(DateTimeOffset timestamp, TimestampFormat format, char whitespace = ' ') { switch (format) {