Skip to content

Commit 3c20fd8

Browse files
committed
run go fmt
1 parent 4fe7a79 commit 3c20fd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cluster/storage.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ package cluster
2121

2222
import (
2323
"context"
24+
"crypto"
25+
"encoding/hex"
2426
"fmt"
2527
"io"
2628
"net/http"
@@ -30,9 +32,7 @@ import (
3032
"strconv"
3133
"sync"
3234
"sync/atomic"
33-
"crypto"
3435
"time"
35-
"encoding/hex"
3636

3737
"github.com/hamba/avro/v2"
3838
"github.com/klauspost/compress/zstd"

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ import (
4444

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

47-
"github.com/LiterMC/go-openbmclapi/config"
4847
"github.com/LiterMC/go-openbmclapi/cluster"
48+
"github.com/LiterMC/go-openbmclapi/config"
4949
"github.com/LiterMC/go-openbmclapi/database"
5050
"github.com/LiterMC/go-openbmclapi/internal/build"
5151
"github.com/LiterMC/go-openbmclapi/lang"

0 commit comments

Comments
 (0)