Skip to content

Commit 77b3495

Browse files
nobumatzbot
authored andcommitted
[ruby/stringio] Adjust indent [ci skip]
ruby/stringio@ac6292c17f
1 parent b4d5ebc commit 77b3495

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)