Skip to content

Commit

Permalink
run go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Aug 11, 2024
1 parent 4fe7a79 commit 3c20fd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cluster/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ package cluster

import (
"context"
"crypto"
"encoding/hex"
"fmt"
"io"
"net/http"
Expand All @@ -30,9 +32,7 @@ import (
"strconv"
"sync"
"sync/atomic"
"crypto"
"time"
"encoding/hex"

"github.com/hamba/avro/v2"
"github.com/klauspost/compress/zstd"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ import (

doh "github.com/libp2p/go-doh-resolver"

"github.com/LiterMC/go-openbmclapi/config"
"github.com/LiterMC/go-openbmclapi/cluster"
"github.com/LiterMC/go-openbmclapi/config"
"github.com/LiterMC/go-openbmclapi/database"
"github.com/LiterMC/go-openbmclapi/internal/build"
"github.com/LiterMC/go-openbmclapi/lang"
Expand Down

0 comments on commit 3c20fd8

Please sign in to comment.