From f9014ff69e097ba9edce492ec0b369e2f9525050 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Thu, 15 Sep 2022 21:51:28 -0500 Subject: [PATCH] [Clean Up] - Removed EOF line --- dotfiles/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/vimrc b/dotfiles/vimrc index 9ee49e0..ee38fbe 100755 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -621,4 +621,4 @@ imap (JavaComplete-Imports-RemoveUnused) " Run current file tests map ju :JUnit % " Run all tests -map ja :JUnit * +map ja :JUnit * \ No newline at end of file