diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-19 21:37:15 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-19 21:37:15 +0800 |
commit | 7bcf891d9d68ac0f12570b94938347ab8eec3247 (patch) | |
tree | e6168234660307247111ee369a0b2123823614eb /Timeline/Helpers/Log.cs | |
parent | a268999b8c975588c01b345829edfc0099af6f93 (diff) | |
download | timeline-7bcf891d9d68ac0f12570b94938347ab8eec3247.tar.gz timeline-7bcf891d9d68ac0f12570b94938347ab8eec3247.tar.bz2 timeline-7bcf891d9d68ac0f12570b94938347ab8eec3247.zip |
...
Diffstat (limited to 'Timeline/Helpers/Log.cs')
-rw-r--r-- | Timeline/Helpers/Log.cs | 2 |
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);
|