Fix style linting
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2024-02-09 10:05:10 -05:00
parent e6333b855f
commit 5628c69d66

View File

@ -14,7 +14,7 @@ class GameData < Sinatra::Base
get '/hardware/add' do
erb :'hardware/add', locals: {
title: 'Add Hardware',
title: 'Add Hardware'
}
end
post '/hardware/add' do