From 9c0de1b573b93cfff096ea66950ee50525c8048c Mon Sep 17 00:00:00 2001 From: Alex Plate Date: Tue, 26 Oct 2021 12:13:20 +0300 Subject: [PATCH] [Workspace Model] Fix formatting in the docs GitOrigin-RevId: 3052e6c44ba2ce0fc9866c5aeea7c1c2a7587a81 --- .../com/intellij/workspaceModel/storage/impl/Entities.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/workspaceModel/storage/src/com/intellij/workspaceModel/storage/impl/Entities.kt b/platform/workspaceModel/storage/src/com/intellij/workspaceModel/storage/impl/Entities.kt index fa1232120c91..7ea4cccc4733 100644 --- a/platform/workspaceModel/storage/src/com/intellij/workspaceModel/storage/impl/Entities.kt +++ b/platform/workspaceModel/storage/src/com/intellij/workspaceModel/storage/impl/Entities.kt @@ -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) + * } * } * ``` *