1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

apply very important fmt

This commit is contained in:
Dawid Dziurla
2018-09-01 17:01:13 +02:00
parent 83b7c60246
commit 36874be45b

View File

@ -6,8 +6,8 @@
package main package main
import ( import (
"os"
"fmt" "fmt"
"os"
"strings" "strings"
"github.com/jesseduffield/lazygit/pkg/app" "github.com/jesseduffield/lazygit/pkg/app"