diff --git a/app/views/rules/new.html.erb b/app/views/rules/new.html.erb
index 592e2da9..334ae8a0 100644
--- a/app/views/rules/new.html.erb
+++ b/app/views/rules/new.html.erb
@@ -4,4 +4,4 @@
New <%= @rule.resource_type %> rule
<%= render "rules/form", rule: @rule %>
-<% end %>
\ No newline at end of file
+<% end %>
diff --git a/app/views/shared/_toggle_form.html.erb b/app/views/shared/_toggle_form.html.erb
index 958749bc..a5d1ed25 100644
--- a/app/views/shared/_toggle_form.html.erb
+++ b/app/views/shared/_toggle_form.html.erb
@@ -8,4 +8,4 @@
<%= form.check_box attribute, { class: "sr-only peer", data: { "auto-submit-form-target": "auto" } } %>
<%= form.label attribute, " ".html_safe, class: "switch" %>
-<% end %>
\ No newline at end of file
+<% end %>
diff --git a/app/views/shared/notifications/_cta.html.erb b/app/views/shared/notifications/_cta.html.erb
index 8d2eecbe..b9c431ff 100644
--- a/app/views/shared/notifications/_cta.html.erb
+++ b/app/views/shared/notifications/_cta.html.erb
@@ -20,4 +20,4 @@
<% end %>
<% end %>
-
\ No newline at end of file
+