mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-03 06:08:42 +00:00
Just fixed format with go fmt ./...
This commit is contained in:
parent
a1d1d49852
commit
7f49e69607
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