mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-08 01:29:23 -05:00
whitespaces and formatting
This commit is contained in:
@@ -146,8 +146,8 @@ namespace Orm::Tiny::Relations
|
||||
HasOne<Model, Related>::newRelatedInstanceFor(const Model &parent) const
|
||||
{
|
||||
return this->m_related->newInstance().setAttribute(
|
||||
this->getForeignKeyName(), parent.getAttribute(this->m_localKey)
|
||||
);
|
||||
this->getForeignKeyName(),
|
||||
parent.getAttribute(this->m_localKey));
|
||||
}
|
||||
|
||||
} // namespace Orm::Tiny::Relations
|
||||
|
||||
Reference in New Issue
Block a user