lib/tapioca/dsl/compilers/active_model_attributes.rb in tapioca-0.10.1 vs lib/tapioca/dsl/compilers/active_model_attributes.rb in tapioca-0.10.2
- old
+ new
@@ -129,10 +129,10 @@
if method.end_with?("=")
parameter = create_param("value", type: type)
klass.create_method(
method,
parameters: [parameter],
- return_type: type
+ return_type: type,
)
else
klass.create_method(method, return_type: type)
end
end