Fix inconsistent indentation in pet_types_controller.rb
My editor is making these more obvious, I'm fixing them when I see them!
This commit is contained in:
parent
992954ce89
commit
6a4f2b91c1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class PetTypesController < ApplicationController
|
|||
include: {
|
||||
swf_assets: {
|
||||
only: [:id, :known_glitches],
|
||||
methods: [:zone, :restricted_zones, :urls],
|
||||
methods: [:zone, :restricted_zones, :urls],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue