diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-06-25 20:47:11 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-06-25 20:47:11 -0700 |
commit | a44dfc56791e4eb331bf872a5a0449430c0238a2 (patch) | |
tree | 39e46a75ac4ca59c7f4188b849ba51b80cebb871 | |
parent | [emacs] Add lint for puppet to flycheck. (diff) | |
download | emacs.d-a44dfc56791e4eb331bf872a5a0449430c0238a2.tar.gz |
[makefile] remove empty line
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 30333c8..416be0b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,6 @@ INSTALL = \ gitignore \ tmux.conf - git: git config --local user.email "franckcuny@gmail.com" git config --local user.name "Franck Cuny" |