From 087e04bce64fe7aacf341e601f6ba70ede2204f5 Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Mon, 19 Aug 2019 11:53:51 -0400 Subject: [PATCH] whitespace --- Tests/WpfControlLibrary/CustomControl1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/WpfControlLibrary/CustomControl1.cs b/Tests/WpfControlLibrary/CustomControl1.cs index 7b3a00f..4505aa0 100644 --- a/Tests/WpfControlLibrary/CustomControl1.cs +++ b/Tests/WpfControlLibrary/CustomControl1.cs @@ -45,7 +45,7 @@ namespace WpfControlLibrary /// /// public class CustomControl1 : Control - { + { static CustomControl1() { DefaultStyleKeyProperty.OverrideMetadata(typeof(CustomControl1), new FrameworkPropertyMetadata(typeof(CustomControl1)));