improved code style

Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
This commit is contained in:
Andreas Ulm 2019-04-15 22:58:32 +02:00
parent 1aa915ed88
commit 3797d6b1d1

View File

@ -1,4 +1,4 @@
// Copyright 2018 The Gitea Authors. All rights reserved.
// Copyright 2019 The Gitea Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
@ -8,8 +8,6 @@ import (
"fmt"
"log"
//"code.gitea.io/sdk/gitea"
"github.com/urfave/cli"
)