style(ntfy): fix bracket-spacing lint offenses

This commit is contained in:
Min Zeya Phyo
2026-07-28 02:34:26 +08:00
parent 20927eea5f
commit ac2054e45c
13 changed files with 1502 additions and 70 deletions

View File

@@ -1,13 +1,13 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
email: MyString
password_digest: MyString
name: MyString
email: one@example.com
password_digest: <%= BCrypt::Password.create("password123") %>
name: Admin One
last_login_at: 2025-10-20 10:51:35
two:
email: MyString
password_digest: MyString
name: MyString
email: two@example.com
password_digest: <%= BCrypt::Password.create("password123") %>
name: Admin Two
last_login_at: 2025-10-20 10:51:35