@@ -134,7 +134,6 @@ VALUE rbs_struct_to_ruby_value(rbs_translation_context_t ctx, rbs_node_t *instan
134134 1 ,
135135 rb_hash_lookup (h , ID2SYM (rb_intern ("type_params" )))
136136 );
137-
138137 return CLASS_NEW_INSTANCE (
139138 RBS_AST_Declarations_Class ,
140139 1 ,
@@ -220,7 +219,6 @@ VALUE rbs_struct_to_ruby_value(rbs_translation_context_t ctx, rbs_node_t *instan
220219 1 ,
221220 rb_hash_lookup (h , ID2SYM (rb_intern ("type_params" )))
222221 );
223-
224222 return CLASS_NEW_INSTANCE (
225223 RBS_AST_Declarations_Interface ,
226224 1 ,
@@ -245,7 +243,6 @@ VALUE rbs_struct_to_ruby_value(rbs_translation_context_t ctx, rbs_node_t *instan
245243 1 ,
246244 rb_hash_lookup (h , ID2SYM (rb_intern ("type_params" )))
247245 );
248-
249246 return CLASS_NEW_INSTANCE (
250247 RBS_AST_Declarations_Module ,
251248 1 ,
@@ -299,7 +296,6 @@ VALUE rbs_struct_to_ruby_value(rbs_translation_context_t ctx, rbs_node_t *instan
299296 1 ,
300297 rb_hash_lookup (h , ID2SYM (rb_intern ("type_params" )))
301298 );
302-
303299 return CLASS_NEW_INSTANCE (
304300 RBS_AST_Declarations_TypeAlias ,
305301 1 ,
@@ -691,7 +687,6 @@ VALUE rbs_struct_to_ruby_value(rbs_translation_context_t ctx, rbs_node_t *instan
691687 1 ,
692688 rb_hash_lookup (h , ID2SYM (rb_intern ("type_params" )))
693689 );
694-
695690 return CLASS_NEW_INSTANCE (
696691 RBS_MethodType ,
697692 1 ,
0 commit comments