Merge pull request #1199 from HandyOrg/t/bot/fix-codeformatting

[Bot] Automated PR to fix formatting errors
This commit is contained in:
NaBian 2022-06-08 22:56:45 +08:00 committed by GitHub
commit c3385587e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ public class ScrollViewerAttach
{ {
if (d is UIElement element) if (d is UIElement element)
{ {
if ((bool)e.NewValue) if ((bool) e.NewValue)
{ {
element.PreviewMouseWheel += ScrollViewerPreviewMouseWheel; element.PreviewMouseWheel += ScrollViewerPreviewMouseWheel;
} }