Skip to content

Commit a4320e9

Browse files
author
Gemini
committed
format code
1 parent f46904f commit a4320e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/data.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
// Pull data for icon from GitHub into ~/.config/icon-data.
1111
func data(cmd *cobra.Command, args []string) {
1212
dir := "~/.config/icon-data"
13-
if !utils.GetBoolFlag(cmd, "force") && utils.ExistsDir(dir + "/.git") {
13+
if !utils.GetBoolFlag(cmd, "force") && utils.ExistsDir(dir+"/.git") {
1414
fmt.Println("Using existing data in ~/.config/icon-data.")
1515
return
1616
}

0 commit comments

Comments
 (0)