run go fmt

This commit is contained in:
Mikael Elkiaer
2022-01-25 23:23:55 +11:00
committed by Jesse Duffield
parent 4da5795ef1
commit 874e230aef
2 changed files with 9 additions and 9 deletions
@@ -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"