Skip to content

Commit

Permalink
cleanup: Ran go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfreese committed Feb 1, 2020
1 parent 78bcc77 commit 98225f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotfiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 98225f7

Please sign in to comment.