1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

fixed indentation by swapping spaces for tabs

This commit is contained in:
Mikael Elkiaer
2022-01-17 12:17:59 +01:00
committed by Jesse Duffield
parent 03c9acad26
commit 4da5795ef1
2 changed files with 21 additions and 21 deletions

View File

@ -4,7 +4,7 @@ import (
"fmt"
"regexp"
"strings"
"net/url"
"net/url"
"github.com/go-errors/errors"
"github.com/jesseduffield/lazygit/pkg/i18n"