aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Helpers/Log.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-10-19 21:37:15 +0800
committer杨宇千 <crupest@outlook.com>2019-10-19 21:37:15 +0800
commitb00cfa30a4f6a1c6d896d46da7dd063abf632cd3 (patch)
treee6168234660307247111ee369a0b2123823614eb /Timeline/Helpers/Log.cs
parent2984abc9aa0429380459e5b5b6fda2d20058041b (diff)
downloadtimeline-b00cfa30a4f6a1c6d896d46da7dd063abf632cd3.tar.gz
timeline-b00cfa30a4f6a1c6d896d46da7dd063abf632cd3.tar.bz2
timeline-b00cfa30a4f6a1c6d896d46da7dd063abf632cd3.zip
...
Diffstat (limited to 'Timeline/Helpers/Log.cs')
-rw-r--r--Timeline/Helpers/Log.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Helpers/Log.cs b/Timeline/Helpers/Log.cs
index 64391cd1..8deebf1d 100644
--- a/Timeline/Helpers/Log.cs
+++ b/Timeline/Helpers/Log.cs
@@ -25,7 +25,7 @@ namespace Timeline.Helpers
public static class Log
{
- public static string Format(string summary, params (string, object)[] properties)
+ public static string Format(string summary, params (string, object?)[] properties)
{
var builder = new StringBuilder();
builder.Append(summary);