about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/spark
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2014-03-02 05:51:22 -0600
committerAustin Seipp <aseipp@pobox.com>2014-03-02 05:51:22 -0600
commit7d561c5ba9627fc705ac9da893d9928d46d709f1 (patch)
treeb225ac7bb0f3d6779d23977eb0948e8198c3bb4d /pkgs/applications/networking/cluster/spark
parent433257ad94e892ff3cf302c5d955889582392c9e (diff)
spark: Remove unneeded whitespace.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/applications/networking/cluster/spark')
-rw-r--r--pkgs/applications/networking/cluster/spark/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/spark/default.nix b/pkgs/applications/networking/cluster/spark/default.nix
index 18aae784cbc7b..34c3af1612612 100644
--- a/pkgs/applications/networking/cluster/spark/default.nix
+++ b/pkgs/applications/networking/cluster/spark/default.nix
@@ -117,7 +117,7 @@ stdenv.mkDerivation rec {
 
   phases = "unpackPhase installPhase";
 
-  meta    = {
+  meta = {
     description = "Spark cluster computing";
     homepage    = "http://spark.incubator.apache.org";
     platforms   = stdenv.lib.platforms.all;