Skip to content

Commit

Permalink
sudo CI=green
Browse files Browse the repository at this point in the history
  • Loading branch information
xFrednet committed Nov 12, 2024
1 parent 625d7f5 commit 3b71525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rt/objects/region_object.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ namespace rt::objects
// The prototype object for region entry point objects
inline PrototypeObject* regionPrototypeObject()
{
static PrototypeObject* proto = new PrototypeObject("RegionObject", nullptr, objects::immutable_region);
static PrototypeObject* proto =
new PrototypeObject("RegionObject", nullptr, objects::immutable_region);
return proto;
}

Expand Down

0 comments on commit 3b71525

Please sign in to comment.