Cleanup: Formatting

This commit is contained in:
Hans Goudey
2025-05-19 16:13:20 -04:00
parent 81d9e94218
commit 867256f4c8

View File

@@ -55,8 +55,8 @@ class AttributeOwner {
void *ptr_ = nullptr;
public:
AttributeOwner() {};
AttributeOwner(AttributeOwnerType type, void *ptr) : type_(type), ptr_(ptr) {};
AttributeOwner(){};
AttributeOwner(AttributeOwnerType type, void *ptr) : type_(type), ptr_(ptr){};
static AttributeOwner from_id(ID *id);