Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit d07534f

Browse files
committed
fix: remove redundant blank lines in snapshot deep copy logic
1 parent a0bfe11 commit d07534f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

surf-cloud-core/surf-cloud-core-common/src/main/kotlin/dev/slne/surf/cloud/core/common/player/ppdc/PersistentPlayerDataContainerViewImpl.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ abstract class PersistentPlayerDataContainerViewImpl : PersistentPlayerDataConta
116116
override fun snapshot(): PersistentPlayerDataContainerViewImpl {
117117
val tag = deepCopy(toTagCompound())
118118

119-
120-
val tagCopy = CompoundBinaryTag.builder() // TODO: deep copy
119+
val tagCopy = CompoundBinaryTag.builder()
121120
.put(tag)
122121
.build()
123122

0 commit comments

Comments
 (0)