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 5bd2eee592
commit 2599cff8a6
1 changed files with 1 additions and 3 deletions

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 // Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
@ -8,8 +8,6 @@ import (
"fmt" "fmt"
"log" "log"
//"code.gitea.io/sdk/gitea"
"github.com/urfave/cli" "github.com/urfave/cli"
) )