diff options
Diffstat (limited to 'app/controllers/sherlock/transactions_controller.rb')
-rw-r--r-- | app/controllers/sherlock/transactions_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/sherlock/transactions_controller.rb b/app/controllers/sherlock/transactions_controller.rb index 8d1847507cc..a6289af198b 100644 --- a/app/controllers/sherlock/transactions_controller.rb +++ b/app/controllers/sherlock/transactions_controller.rb @@ -15,7 +15,7 @@ module Sherlock def destroy_all Gitlab::Sherlock.collection.clear - redirect_back_or_default(options: { status: :found }) + redirect_back_or_default(options: {status: :found}) end end end |