From 07755c1588eb11831c2339669fc2c591ef65d355 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 17 May 2021 13:20:21 +0800 Subject: [PATCH] Remove unused blank line --- cmd/contributors.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/contributors.go b/cmd/contributors.go index c84456f..fa04b9f 100644 --- a/cmd/contributors.go +++ b/cmd/contributors.go @@ -21,7 +21,6 @@ var Contributors = &cli.Command{ } func runContributors(cmd *cli.Context) error { - if ConfigPathFlag == "" { ConfigPathFlag = getDefaultConfigFile() }