Commit a0ae126

mo khan <mo@mokhan.ca>
2022-12-09 17:50:32
style: fix linter errors
1 parent 0a7918b
Changed files (1)
lib
scim
kit
lib/scim/kit/v2/templates/resource.json.jbuilder
@@ -19,7 +19,7 @@ schemas.each do |schema|
     json.set! schema.id do
       schema.attributes.each do |type|
         attribute = dynamic_attributes["#{type.schema.id}##{type.name}"] ||
-          dynamic_attributes[type.name]
+                    dynamic_attributes[type.name]
         render attribute, json: json
       end
     end