Skip to content

Commit 91f76f8

Browse files
committed
Added space
1 parent 050c31c commit 91f76f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ElectronNET.AspNet/API/WebHostBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static IWebHostBuilder UseElectron(this IWebHostBuilder builder, string[]
7575
// now we have implemented the live reload if app is run using /watch then we need to use the default project path.
7676

7777
// For port 0 (dynamic port assignment), Kestrel requires binding to specific IP (127.0.0.1) not localhost
78-
var host = webPort == 0? "127.0.0.1" : "localhost";
78+
var host = webPort == 0 ? "127.0.0.1" : "localhost";
7979

8080
if (Directory.Exists($"{AppDomain.CurrentDomain.BaseDirectory}\\wwwroot"))
8181
{

0 commit comments

Comments
 (0)