summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2018-09-01 17:01:13 +0200
committerDawid Dziurla <dawidd0811@gmail.com>2018-09-03 17:54:06 +0200
commit36874be45b800c5a63a11f1677a63569010feb44 (patch)
tree855a1696b87aecbed74b9cabff8ba7caae02f719 /scripts
parent83b7c60246e96799b840700da2e9dcacf2067c4c (diff)
apply very important fmt
Diffstat (limited to 'scripts')
-rw-r--r--scripts/generate_cheatsheet.go2
1 files changed, 1 insertions, 1 deletions
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"