From 067baf629099cc6bf340d6f06f4f92fc552e0854 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 18 Dec 2020 15:25:42 +0100 Subject: [PATCH] fmt --- pkg/red/redis.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/red/redis.go b/pkg/red/redis.go index 76ebd6ed61..3aaa5ef267 100644 --- a/pkg/red/redis.go +++ b/pkg/red/redis.go @@ -17,9 +17,10 @@ package red import ( + "context" + "code.vikunja.io/api/pkg/config" "code.vikunja.io/api/pkg/log" - "context" "github.com/go-redis/redis/v8" )