From 36874be45b800c5a63a11f1677a63569010feb44 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sat, 1 Sep 2018 17:01:13 +0200 Subject: [PATCH] apply very important fmt --- scripts/generate_cheatsheet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_cheatsheet.go b/scripts/generate_cheatsheet.go index 87ebe43c5..434f56bdd 100644 --- a/scripts/generate_cheatsheet.go +++ b/scripts/generate_cheatsheet.go @@ -6,8 +6,8 @@ package main import ( - "os" "fmt" + "os" "strings" "github.com/jesseduffield/lazygit/pkg/app"