mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-22 16:58:30 +02:00
minor fix
This commit is contained in:
@@ -231,7 +231,9 @@ extension Entity: CustomDebugStringConvertible, CoreStoreDebugStringConvertible
|
|||||||
return createFormattedString(
|
return createFormattedString(
|
||||||
"(", ")",
|
"(", ")",
|
||||||
("type", self.type),
|
("type", self.type),
|
||||||
("entityName", self.entityName)
|
("entityName", self.entityName),
|
||||||
|
("isAbstract", self.isAbstract),
|
||||||
|
("versionHashModifier", self.versionHashModifier)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user