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