From 6a4f2b91c187eeb3389e0aaf34961ce0d89cf94e Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Sat, 24 Feb 2024 15:00:28 -0800 Subject: [PATCH] Fix inconsistent indentation in pet_types_controller.rb My editor is making these more obvious, I'm fixing them when I see them! --- app/controllers/pet_types_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/pet_types_controller.rb b/app/controllers/pet_types_controller.rb index 3c5e9754..aaacb189 100644 --- a/app/controllers/pet_types_controller.rb +++ b/app/controllers/pet_types_controller.rb @@ -23,7 +23,7 @@ class PetTypesController < ApplicationController include: { swf_assets: { only: [:id, :known_glitches], - methods: [:zone, :restricted_zones, :urls], + methods: [:zone, :restricted_zones, :urls], }, }, },