From fae1fc092e0e3612d802e981766bd852bf4984cf Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sat, 18 Nov 2023 14:28:58 +1100 Subject: [PATCH] StandardRB --- Rakefile | 2 +- config/app.rb | 2 +- config/puma.rb | 2 +- slices/admin/views/pages/new.rb | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Rakefile b/Rakefile index 3905177..53de569 100644 --- a/Rakefile +++ b/Rakefile @@ -61,4 +61,4 @@ namespace :tailwind do task :build do system("npx tailwindcss -i ./app/assets/css/tailwind.css -o ./app/assets/builds/tailwind.css --minify") end -end \ No newline at end of file +end diff --git a/config/app.rb b/config/app.rb index e4fa06f..269d930 100644 --- a/config/app.rb +++ b/config/app.rb @@ -32,7 +32,7 @@ module Adamantium "syndication.mastodon", "syndication.blue_sky", "syndication.raindrop", - "renderers.markdown", + "renderers.markdown" ] end end diff --git a/config/puma.rb b/config/puma.rb index 0a96f8c..1866af8 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -44,4 +44,4 @@ if puma_cluster_mode before_fork do Hanami.shutdown end -end \ No newline at end of file +end diff --git a/slices/admin/views/pages/new.rb b/slices/admin/views/pages/new.rb index 7e0dfa3..2fae581 100644 --- a/slices/admin/views/pages/new.rb +++ b/slices/admin/views/pages/new.rb @@ -2,7 +2,6 @@ module Admin module Views module Pages class New < Admin::View - end end end