Remove unused blank line

This commit is contained in:
Lunny Xiao 2021-05-17 13:20:21 +08:00
parent 519f68a384
commit 07755c1588
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ var Contributors = &cli.Command{
} }
func runContributors(cmd *cli.Context) error { func runContributors(cmd *cli.Context) error {
if ConfigPathFlag == "" { if ConfigPathFlag == "" {
ConfigPathFlag = getDefaultConfigFile() ConfigPathFlag = getDefaultConfigFile()
} }