Skip to content

Commit

Permalink
🎨 改进代码样式
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 26, 2021
1 parent 486160f commit 3f69308
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 6 additions & 4 deletions plugin_cpstory/cpstory.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
package cpstory

import (
"github.com/FloatTech/ZeroBot-Plugin/control"
"github.com/FloatTech/ZeroBot-Plugin/utils/math"
"strings"
"time"

zero "github.com/wdvxdr1123/ZeroBot"
"github.com/wdvxdr1123/ZeroBot/extension/rate"
"github.com/wdvxdr1123/ZeroBot/message"
"strings"
"time"

"github.com/FloatTech/ZeroBot-Plugin/control"
"github.com/FloatTech/ZeroBot-Plugin/utils/math"
)

const (
Expand Down
6 changes: 4 additions & 2 deletions plugin_cpstory/data.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package cpstory

import (
"os"

log "github.com/sirupsen/logrus"

"github.com/FloatTech/ZeroBot-Plugin/utils/file"
"github.com/FloatTech/ZeroBot-Plugin/utils/process"
"github.com/FloatTech/ZeroBot-Plugin/utils/sql"
log "github.com/sirupsen/logrus"
"os"
)

const (
Expand Down

0 comments on commit 3f69308

Please sign in to comment.