Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-05-31 08:06:52 +0300
committerEvan Read <eread@gitlab.com>2022-05-31 08:06:52 +0300
commitb398a5ed00379cc79d805bb4b3ddcd67c082457d (patch)
treead36442683b2f679d5b51ea1ff231eb9ae78f8bd /commands
parent0c4d450cbebd47b3e763be6b104b1e7cb4266cb2 (diff)
Fix various RuboCop offenses related to white space
Diffstat (limited to 'commands')
-rw-r--r--commands/frontend.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/frontend.rb b/commands/frontend.rb
index 0e9e7e90..0b669ef3 100644
--- a/commands/frontend.rb
+++ b/commands/frontend.rb
@@ -48,5 +48,4 @@ run do |opts, args, cmd|
puts "Copied #{gl_ui_src}/#{filename}"
end
end
-
end