[Workspace Model] Fix formatting in the docs

GitOrigin-RevId: 3052e6c44ba2ce0fc9866c5aeea7c1c2a7587a81
This commit is contained in:
Alex Plate
2021-10-26 12:13:20 +03:00
committed by intellij-monorepo-bot
parent 3b84abba0b
commit 9c0de1b573

View File

@@ -66,9 +66,9 @@ import kotlin.reflect.full.memberProperties
*
* override fun persistentId(): NameId = NameId(name)
*
* override fun createEntity(snapshot: WorkspaceEntityStorage): MyModuleEntity = MyModuleEntity(name).also {
* addMetaData(it, snapshot)
* }
* override fun createEntity(snapshot: WorkspaceEntityStorage): MyModuleEntity = MyModuleEntity(name).also {
* addMetaData(it, snapshot)
* }
* }
* ```
*