Skip to content

Commit

Permalink
That one was ok
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Dec 17, 2024
1 parent 2b2bc2c commit e384b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters/filters.ml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ let add_meta_field com t = match t with
ncls.cl_ordered_statics <- cf :: ncls.cl_ordered_statics;
ncls.cl_statics <- PMap.add cf.cf_name cf ncls.cl_statics;
com.types <- com.types @ [ TClassDecl ncls ];
c.cl_meta <- (Meta.Custom ":hasMetadata",[],mk_zero_range_pos e.epos) :: c.cl_meta
c.cl_meta <- (Meta.Custom ":hasMetadata",[],e.epos) :: c.cl_meta
end else begin
c.cl_ordered_statics <- cf :: c.cl_ordered_statics;
c.cl_statics <- PMap.add cf.cf_name cf c.cl_statics
Expand Down

0 comments on commit e384b4e

Please sign in to comment.