Skip to content

Commit abecd21

Browse files
committed
#210. Trivial ReSharpenings.
1 parent a1a139d commit abecd21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CefSharp.WinForms.Example/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ namespace CefSharp.WinForms.Example
77
class Program
88
{
99
[STAThread]
10-
static void Main(string[] args)
10+
static void Main()
1111
{
1212
ExamplePresenter.Init();
1313

14-
Browser browser = new Browser();
14+
var browser = new Browser();
1515
Application.Run(browser);
1616
}
1717
}

0 commit comments

Comments
 (0)