commit ea441a05ffe24e96b44b340844efbc2c182f8866 parent 96116eb118dfb31dba702c3f83f7e0220160dec3 Author: Sean Enck <sean@ttypty.com> Date: Wed, 10 Apr 2024 18:22:57 -0400 bad formatting Diffstat:
| M | internal/app/core.go | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/internal/app/core.go b/internal/app/core.go @@ -72,10 +72,10 @@ const ( JSONCommand = "json" // ZshCommand is the command to generate zsh completions ZshCommand = "zsh" - // FishCommand is the command to generate fish completions - FishCommand = "fish" - docDir = "doc" - textFile = ".txt" + // FishCommand is the command to generate fish completions + FishCommand = "fish" + docDir = "doc" + textFile = ".txt" ) //go:embed doc/*