Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a4d9b3

Browse files
lmlsnatucksaun
andauthored
spaces to tabs
(my bad) Co-authored-by: Tugdual Saunier <[email protected]>
1 parent 69e3d95 commit 7a4d9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/local_server_start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ var localServerStartCmd = &console.Command{
290290
address := config.ListenIp
291291
if c.Bool("allow-all-ip") {
292292
address = "0.0.0.0"
293-
}
293+
}
294294

295295
msg := "Web server listening\n"
296296
if p.PHPServer != nil {

0 commit comments

Comments
 (0)