From 2599cff8a63263bbf7d7c25595ac19d4cf5e9659 Mon Sep 17 00:00:00 2001 From: Andreas Ulm Date: Mon, 15 Apr 2019 22:58:32 +0200 Subject: [PATCH] improved code style Signed-off-by: Andreas Ulm --- cmd/repos.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cmd/repos.go b/cmd/repos.go index f0fec30..a50f29d 100644 --- a/cmd/repos.go +++ b/cmd/repos.go @@ -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" )