From 338a33194ee5aef83992cf4766c4fb07991a2db0 Mon Sep 17 00:00:00 2001 From: "paul.thomas" Date: Sun, 4 Jul 2021 21:37:35 +0100 Subject: [PATCH] chore: add newline to end of file --- plugins/uplift/uplift.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/uplift/uplift.plugin.zsh b/plugins/uplift/uplift.plugin.zsh index 0cbe16032..f2d567cdf 100644 --- a/plugins/uplift/uplift.plugin.zsh +++ b/plugins/uplift/uplift.plugin.zsh @@ -1,3 +1,3 @@ if [ $commands[uplift] ]; then source <(uplift completion zsh) -fi \ No newline at end of file +fi