Skip to content

Commit ac6292c

Browse files
committed
Adjust indent [ci skip]
1 parent 29b9133 commit ac6292c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/stringio/stringio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1935,7 +1935,7 @@ Init_stringio(void)
19351935
#undef rb_intern
19361936

19371937
#ifdef HAVE_RB_EXT_RACTOR_SAFE
1938-
rb_ext_ractor_safe(true);
1938+
rb_ext_ractor_safe(true);
19391939
#endif
19401940

19411941
VALUE StringIO = rb_define_class("StringIO", rb_cObject);

0 commit comments

Comments
 (0)