style(ntfy): fix bracket-spacing lint offenses
This commit is contained in:
@@ -63,7 +63,7 @@ class ApiKey < ApplicationRecord
|
||||
title: "API key revoked",
|
||||
message: "API key '#{name}' (#{key_prefix}...) was revoked",
|
||||
priority: 3,
|
||||
tags: ["key", "no_entry"])
|
||||
tags: [ "key", "no_entry" ])
|
||||
end
|
||||
|
||||
# Deactivate expired keys
|
||||
|
||||
Reference in New Issue
Block a user