Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Remove incorrect whitespace in generated code (#60)
Browse files Browse the repository at this point in the history
* Remove incorrect whitespace in generated code

This was tripping up Code Analyzers so might as well be fixed

* Update AttachedPropsWithDevTools.txt

Co-authored-by: Artyom V. Gorchakov <[email protected]>
  • Loading branch information
robloo and worldbeater authored Jul 20, 2021
1 parent 4c2b48b commit 3a1a859
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace Sample.App
if (attachDevTools)
{
this.AttachDevTools();
}
}
#endif

UserNameTextBox = this.FindControl<global::Avalonia.Controls.TextBox>("UserNameTextBox");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal class InitializeComponentCodeGenerator: ICodeGenerator
if (attachDevTools)
{
this.AttachDevTools();
}
}
#endif
";
private const string AttachDevToolsParameterDocumentation
Expand Down Expand Up @@ -80,4 +80,4 @@ private static bool IsWindow(IXamlType xamlType)
return isWindow;
}
}
}
}

0 comments on commit 3a1a859

Please sign in to comment.