Skip to content

Commit

Permalink
redis: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepan Pyzhov authored and alileza committed Oct 10, 2019
1 parent 404510d commit 26d3a28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions handler/cache/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package cache

import (
"fmt"

"github.com/tomatool/tomato/errors"
"github.com/tomatool/tomato/resource"
)
Expand Down
3 changes: 2 additions & 1 deletion resource/redis/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package redis
import (
"errors"
"fmt"
"time"

"github.com/gomodule/redigo/redis"
"github.com/tomatool/tomato/config"
"time"
)

// Redis contains the configuration for the redis resource
Expand Down

0 comments on commit 26d3a28

Please sign in to comment.