Merge pull request #2377 from tboerger/format-fix [ci skip]
Just fixed format with go fmt ./...
This commit is contained in:
commit
a85f89a3c1
199 changed files with 604 additions and 604 deletions
|
@ -15,8 +15,8 @@
|
||||||
package model
|
package model
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"strings"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
type RepoLite struct {
|
type RepoLite struct {
|
||||||
|
|
Loading…
Reference in a new issue