Skip to content

Commit dc610d2

Browse files
author
David Mueller IWS
committed
analyzers
1 parent c4b3254 commit dc610d2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
using System.Windows.Controls;
1+
// Copyright (c) Toni Solarin-Sodara
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
23

3-
namespace coverlet.tests.projectsample.wpf;
4+
using System.Windows.Controls;
45

5-
public class TestClass
6+
namespace coverlet.tests.projectsample.wpf
67
{
7-
public UserControl Control { get; set; }
8+
public class TestClass
9+
{
10+
public UserControl Control { get; set; }
11+
}
812
}

0 commit comments

Comments
 (0)