Fix whitespace
diff --git a/scripts/install-dependencies.rb b/scripts/install-dependencies.rb
index 1b49248..b02c585 100755
--- a/scripts/install-dependencies.rb
+++ b/scripts/install-dependencies.rb
@@ -25,16 +25,16 @@
 
   # Add the split group id segments into the path segments
   dep_path_segments << group_id.split(".")
-  
+
   # Then add the artifact id
   dep_path_segments << artifact_id
-  
+
   # Then add the version ID
   dep_path_segments << version
-  
+
   # Finally, add the version file
   dep_path_segments << artifact_file_name
-  
+
   # Concatenate the segments into the target archive
   dep_path_segments.join("/")
 end