Fixed fmt

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
This commit is contained in:
Alexey Terentyev 2018-06-16 16:23:27 +03:00
parent f2546a76d9
commit b0e7d001f8
No known key found for this signature in database
GPG Key ID: 60D6C550AEEBB467

View File

@ -6,12 +6,12 @@ package models
import (
"fmt"
"regexp"
"strings"
"code.gitea.io/gitea/modules/util"
"github.com/go-xorm/builder"
"regexp"
)
func init() {