Skip to content

Commit

Permalink
chore(lint): 改进代码样式 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 29, 2024
1 parent 7f35095 commit 333c70c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions plugin/robbery/robbery.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
package robbery

import (
"math/rand"
"strconv"
"sync"
"time"

fcext "github.com/FloatTech/floatbox/ctxext"
sql "github.com/FloatTech/sqlite"
ctrl "github.com/FloatTech/zbpctrl"
"github.com/FloatTech/zbputils/control"
"github.com/wdvxdr1123/ZeroBot/extension/single"
"math/rand"
"strconv"
"sync"
"time"

"github.com/FloatTech/AnimeAPI/wallet"
"github.com/FloatTech/floatbox/math"
Expand Down

0 comments on commit 333c70c

Please sign in to comment.