From a696be1e0114e089cfb252a55c73459a47c8c6df Mon Sep 17 00:00:00 2001
From: Ankur Dave <ankurdave@gmail.com>
Date: Fri, 10 Jan 2014 21:18:34 -0800
Subject: [PATCH] Finish d1d2b6d9b6b5f9cc45047507368a816903722d9e

---
 bin/compute-classpath.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/compute-classpath.sh b/bin/compute-classpath.sh
index e01cfa1eb8..278969655d 100755
--- a/bin/compute-classpath.sh
+++ b/bin/compute-classpath.sh
@@ -30,7 +30,6 @@ if [ -e "$FWDIR/conf/spark-env.sh" ] ; then
   . $FWDIR/conf/spark-env.sh
 fi
 
-
 # Build up classpath
 CLASSPATH="$SPARK_CLASSPATH:$FWDIR/conf"
 
-- 
GitLab