Formatting

This commit is contained in:
Kevin McConnell
2025-02-07 16:31:54 +00:00
parent c23d829063
commit beaa8fa30c
-1
View File
@@ -22,7 +22,6 @@ class BubblesController < ApplicationController
def destroy
@bubble.destroy!
redirect_to bubbles_path(bucket_ids: [ @bubble.bucket ]), notice: deleted_notice
end