Skip to content

Commit 276c28b

Browse files
committed
Private
1 parent 7fc648c commit 276c28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Persistense/Serialization/SerializableData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public async Task Load(CancellationToken cancellationToken)
9494
TryGenerateData();
9595
}
9696

97-
T GetData()
97+
private T GetData()
9898
{
9999
if (_data == null)
100100
{

0 commit comments

Comments
 (0)