1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

style(rubocop): Layout/MultilineMethodCallBraceLayout

هذا الالتزام موجود في:
Adam Cooke
2024-02-10 17:25:45 +00:00
الأصل 919a60116c
التزام a5d5ba5326
2 ملفات معدلة مع 3 إضافات و3 حذوفات

عرض الملف

@@ -435,8 +435,7 @@ class UnqueueMessageJob < Postal::Job
details: "An internal error occurred while sending " \
"this message. This message will be retried " \
"automatically.",
output: "#{e.class}: #{e.message}", log_id: "J-#{self.id}"
)
output: "#{e.class}: #{e.message}", log_id: "J-#{self.id}")
end
end
end