From 6c0fc9ba5a02ec2ba507f43b79f0b12145f8b925 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 3 Jan 2012 19:30:48 -0500 Subject: remove extra newlines at end of file --- v-editor.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'v-editor.sh') diff --git a/v-editor.sh b/v-editor.sh index ef6f0a1..b1a32cc 100644 --- a/v-editor.sh +++ b/v-editor.sh @@ -3,5 +3,3 @@ (if [ -n "$DISPLAY" ]; then eval ${VISUAL:-$SELECTED_EDITOR} "$@" else eval ${EDITOR:-$SELECTED_EDITOR} "$@" fi) || eval ${ALTERNATE_EDITOR:-false} "$@" - - -- cgit v1.2.3