Skip to content

Commit

Permalink
whitespace adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Sep 19, 2024
1 parent 9e45768 commit 7fd6235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/basic/MyView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public partial class MyView {

public MyView() {
InitializeComponent();
button1.Accept += (s,e) => MessageBox.Query("Hello", "Hello There!", "Ok");
button1.Accept += (s, e) => MessageBox.Query("Hello", "Hello There!", "Ok");
}
}
}

0 comments on commit 7fd6235

Please sign in to comment.