From 96659befeaea6af4c70da60048e50b6ac197676b Mon Sep 17 00:00:00 2001
From: Karina Kwiatek <6197148+raccube@users.noreply.github.com>
Date: Sun, 29 Jan 2023 00:46:52 +0100
Subject: [PATCH] Appease the dog overlords

Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
---
 app/views/inbox/show.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/inbox/show.html.haml b/app/views/inbox/show.html.haml
index fd14f7fe..94d7d883 100644
--- a/app/views/inbox/show.html.haml
+++ b/app/views/inbox/show.html.haml
@@ -1,6 +1,6 @@
 #entries
   - @inbox.each do |i|
-    = render "inbox/entry", services: , i:
+    = render "inbox/entry", services:, i:
 
   - if @inbox.empty?
     %p.empty= t(".empty")