summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
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"