summaryrefslogtreecommitdiffstats
path: root/pkg/commands/hosting_service/hosting_service.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/hosting_service/hosting_service.go')
-rw-r--r--pkg/commands/hosting_service/hosting_service.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/hosting_service/hosting_service.go b/pkg/commands/hosting_service/hosting_service.go
index 42c51c86b..01e07e9eb 100644
--- a/pkg/commands/hosting_service/hosting_service.go
+++ b/pkg/commands/hosting_service/hosting_service.go
@@ -2,9 +2,9 @@ package hosting_service
import (
"fmt"
+ "net/url"
"regexp"
"strings"
- "net/url"
"github.com/go-errors/errors"
"github.com/jesseduffield/lazygit/pkg/i18n"