Skip to content

Commit 4c4e08c

Browse files
committed
Line length, linter
1 parent 4360325 commit 4c4e08c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hosting/service.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ const (
2323
)
2424

2525
// Based on Whonix best practices:
26-
// http://www.dds6qkxpwdeubwucdiaord2xgbbeyds25rbsgr73tbfpqpt4a6vjwsyd.onion/wiki/Dev/Whonix_friendly_applications_best_practices#Listen_Interface
26+
// http://www.dds6qkxpwdeubwucdiaord2xgbbeyds25rbsgr73tbfpqpt4a6vjwsyd.onion
27+
// /wiki/Dev/Whonix_friendly_applications_best_practices#Listen_Interface
2728
func defaultHost() string {
2829
allInterfaces := "0.0.0.0"
2930
localhostInterface := "127.0.0.1"

0 commit comments

Comments
 (0)