From df3d4d71bb4c746878784de525f47f23ac69a79c Mon Sep 17 00:00:00 2001
From: Andreas Nedbal <git@pixelde.su>
Date: Sat, 21 Jan 2023 13:44:53 +0100
Subject: [PATCH] Appease the dog overlords

---
 app/views/settings/theme/edit.html.haml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app/views/settings/theme/edit.html.haml b/app/views/settings/theme/edit.html.haml
index 273b582f..060c3ebf 100644
--- a/app/views/settings/theme/edit.html.haml
+++ b/app/views/settings/theme/edit.html.haml
@@ -7,7 +7,10 @@
     - if current_user.theme
       .pull-right
         = link_to t(".delete"), settings_theme_path, data: { turbo_confirm: t("voc.confirm"), turbo_method: :delete }, tabindex: -1, class: "btn btn-danger"
-= bootstrap_form_for(current_user.theme || Theme.new, html: { id: "update" }, method: :patch, data: { turbo: false, controller: "theme", action: "theme#submit" }) do |f|
+= bootstrap_form_for(current_user.theme || Theme.new,
+  html: { id: "update" },
+  method: :patch,
+  data: { turbo: false, controller: "theme", action: "theme#submit" }) do |f|
   .card
     .card-body
       %h2= t(".general.heading")