Remove trailing comma from FL_USER3 (#5958)

This commit is contained in:
Jemma Issroff 2022-05-26 18:40:34 -04:00 committed by GitHub
parent 33fdff3c30
commit a04d8c9513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2022-05-27 07:40:58 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>

View File

@ -58,7 +58,7 @@ enum ruby_rmodule_flags {
* rb_mod_refine() has this flag set. This is the bit which controls
* difference between normal inclusion versus refinements.
*/
RMODULE_IS_REFINEMENT = RUBY_FL_USER3,
RMODULE_IS_REFINEMENT = RUBY_FL_USER3
};
struct RClass; /* Opaque, declared here for RCLASS() macro. */