mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 21:44:08 +00:00
Add linter whitespace (#531)
This commit is contained in:
@@ -50,7 +50,6 @@ import (
|
||||
)
|
||||
|
||||
func run(c *cli.Context) error {
|
||||
|
||||
if c.Bool("pretty") {
|
||||
log.Logger = log.Output(
|
||||
zerolog.ConsoleWriter{
|
||||
@@ -151,7 +150,6 @@ func run(c *cli.Context) error {
|
||||
|
||||
// start the grpc server
|
||||
g.Go(func() error {
|
||||
|
||||
lis, err := net.Listen("tcp", c.String("grpc-addr"))
|
||||
if err != nil {
|
||||
log.Err(err).Msg("")
|
||||
@@ -252,7 +250,6 @@ func run(c *cli.Context) error {
|
||||
}
|
||||
|
||||
func setupEvilGlobals(c *cli.Context, v store.Store, r remote.Remote) {
|
||||
|
||||
// storage
|
||||
server.Config.Storage.Files = v
|
||||
server.Config.Storage.Config = v
|
||||
|
Reference in New Issue
Block a user