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

@@ -10,9 +10,9 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/kovidgoyal/kitty"
"io"
"io/fs"
"github.com/kovidgoyal/kitty"
"maps"
"net/url"
"os"

View File

@@ -6,9 +6,9 @@ import (
"encoding/binary"
"encoding/json"
"fmt"
"io/fs"
"github.com/kovidgoyal/kitty"
"github.com/kovidgoyal/kitty/tools/utils/shm"
"io/fs"
"os"
"os/exec"
"path"