Skip to content

Commit e73f7dd

Browse files
Add missing comma
1 parent 2e56517 commit e73f7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tapioca/dsl/compilers/shale.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def shale_builder_defined? = Boolean(defined?(::Shale::Builder))
152152
}.tap do |h|
153153
h[::Shale::Type::Decimal] = BigDecimal if defined?(::Shale::Type::Decimal)
154154
end.freeze,
155-
T::Hash[Class, Object]
155+
T::Hash[Class, Object],
156156
)
157157

158158
# Maps Shale setter types to Sorbet types

0 commit comments

Comments
 (0)