Skip to content

Commit

Permalink
fix: Fix faulty indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwgn committed Aug 21, 2021
1 parent 1b5acbd commit d6ec852
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -15,11 +15,11 @@

namespace $rootnamespace$
{
public sealed partial class $safeitemname$ : ResourceDictionary
{
public sealed partial class $safeitemname$ : ResourceDictionary
{
public $safeitemname$()
{
this.InitializeComponent();
}
}
}
}

0 comments on commit d6ec852

Please sign in to comment.