lib/tapioca/compilers/dsl/rails_generators.rb in tapioca-0.6.2 vs lib/tapioca/compilers/dsl/rails_generators.rb in tapioca-0.6.3

- old
+ new

@@ -109,10 +109,10 @@ end if arg.required || arg.default type else - "T.nilable(#{type})" + as_nilable_type(type) end end end end end