diff --git a/app/models/repository.rb b/app/models/repository.rb
index c0138514c0ff587bdead9da6f1fd5c19946f1c28..882a79eda8e8c9ab85aae2b6864ab33cafb232ae 100644
--- a/app/models/repository.rb
+++ b/app/models/repository.rb
@@ -750,7 +750,6 @@ class Repository
 
       if options[:previous_path]
         commit_options[:file][:previous_path] = options[:previous_path]
-
         Gitlab::Git::Blob.rename(raw_repository, commit_options)
       else
         Gitlab::Git::Blob.commit(raw_repository, commit_options)