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

@@ -4,13 +4,13 @@ package icat
import (
"fmt"
"image"
"image/gif"
"github.com/kovidgoyal/kitty/tools/tty"
"github.com/kovidgoyal/kitty/tools/tui/graphics"
"github.com/kovidgoyal/kitty/tools/utils"
"github.com/kovidgoyal/kitty/tools/utils/images"
"github.com/kovidgoyal/kitty/tools/utils/shm"
"image"
"image/gif"
"github.com/edwvee/exiffix"
"github.com/kovidgoyal/imaging"

View File

@@ -8,8 +8,8 @@ import (
"encoding/binary"
"errors"
"fmt"
"io"
"github.com/kovidgoyal/kitty"
"io"
"math"
not_rand "math/rand/v2"
"os"