Browse Source

format code

anqiansong 2 years ago
parent
commit
a2592a17e9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/stores/redis/redis.go

+ 0 - 1
core/stores/redis/redis.go

@@ -9,7 +9,6 @@ import (
 	"time"
 
 	red "github.com/go-redis/redis/v8"
-
 	"github.com/zeromicro/go-zero/core/breaker"
 	"github.com/zeromicro/go-zero/core/mapping"
 	"github.com/zeromicro/go-zero/core/syncx"