make gofmt happy

This commit is contained in:
Kovid Goyal
2025-05-16 09:40:34 +05:30
parent c861259e3b
commit 4713cc29ad
9 changed files with 10 additions and 10 deletions

View File

@@ -5,11 +5,11 @@ package at
import (
"encoding/base64"
"errors"
"io"
"github.com/kovidgoyal/kitty/tools/tty"
"github.com/kovidgoyal/kitty/tools/tui/loop"
"github.com/kovidgoyal/kitty/tools/utils"
"github.com/kovidgoyal/kitty/tools/utils/shlex"
"io"
"os"
"strings"
)

View File

@@ -7,8 +7,8 @@ import (
_ "embed"
"errors"
"fmt"
"io"
"github.com/kovidgoyal/kitty/tools/utils"
"io"
"regexp"
"strings"
"sync"