Skip to content

Commit

Permalink
fix: Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
forquare committed Aug 20, 2023
1 parent e92b292 commit d3b5e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/custom_actions.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package actions

import (
"github.com/gookit/event"
logger "github.com/sirupsen/logrus"
"github.com/forquare/manaha-minder/config"
"github.com/forquare/manaha-minder/utils"
"github.com/gookit/event"
logger "github.com/sirupsen/logrus"
"regexp"
"strings"
"time"
Expand Down

0 comments on commit d3b5e4d

Please sign in to comment.