Merge pull request #2377 from tboerger/format-fix [ci skip]

Just fixed format with go fmt ./...
This commit is contained in:
Brad Rydzewski 2018-03-27 13:10:01 -07:00 committed by GitHub
commit a85f89a3c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
199 changed files with 604 additions and 604 deletions

View file

@ -15,8 +15,8 @@
package model package model
import ( import (
"strings"
"fmt" "fmt"
"strings"
) )
type RepoLite struct { type RepoLite struct {