From 98225f7a3e4d070e90ed2953c81ebccbdac1e4f6 Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Fri, 31 Jan 2020 21:33:21 -0700 Subject: [PATCH] cleanup: Ran `go fmt` --- lib/dotfiles.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dotfiles.go b/lib/dotfiles.go index 7e3d367..d01989b 100644 --- a/lib/dotfiles.go +++ b/lib/dotfiles.go @@ -11,7 +11,7 @@ var ( ) func init() { - xdg_config_path := os.Getenv("XDG_CONFIG_HOME") // POSIX convention + xdg_config_path := os.Getenv("XDG_CONFIG_HOME") // POSIX convention if xdg_config_path != "" { ConfigDir = filepath.Join(xdg_config_path, "rat") } else {