Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit dd32b70

Browse files
committed
Fix indentation
1 parent 2dc4383 commit dd32b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controls/Primitives/Primitives.UWP/SideDrawer/RadSideDrawer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ private static void OnDrawerStateChanged(DependencyObject d, DependencyPropertyC
706706
var mainContent = sideDrawer.MainContent as FrameworkElement;
707707

708708
if (mainContent != null && sideDrawer.TapOutsideToClose)
709-
{
709+
{
710710
mainContent.IsHitTestVisible = (DrawerState)e.NewValue == DrawerState.Closed;
711711
}
712712

0 commit comments

Comments
 (0)