Automated dotnet-format update

This commit is contained in:
github-actions-dotnet-formatter[bot] 2021-06-21 13:52:59 +00:00
parent 700f54ab2b
commit 99c546174d

View File

@ -76,7 +76,7 @@ namespace HandyControlDemo.ViewModel
private void ReadMessage(RoutedEventArgs e)
{
if (e.OriginalSource is FrameworkElement {Tag: ChatInfoModel info})
if (e.OriginalSource is FrameworkElement { Tag: ChatInfoModel info })
{
if (info.Type == ChatMessageType.Image)
{