Fixed line break

This commit is contained in:
maweck 2018-08-07 16:33:17 +02:00 committed by GitHub
parent 66238a4c04
commit d7bb9e5858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,8 @@ import (
"golang.org/x/crypto/bcrypt" "golang.org/x/crypto/bcrypt"
"github.com/GeertJohan/go.rice" "github.com/hacdias/fileutils" "github.com/GeertJohan/go.rice"
"github.com/hacdias/fileutils"
"github.com/mholt/caddy" "github.com/mholt/caddy"
"github.com/robfig/cron" "github.com/robfig/cron"
) )