Skip to content

Commit 0c724e0

Browse files
committed
style: fix lint
1 parent 62f6773 commit 0c724e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Shared/Scripts/UI/UnlockedSkinScreen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ private async void Craft()
125125
value = "0"
126126
});
127127
Debug.Log($"Craft transaction hash: {response.transactionHash}");
128-
128+
129129
if (response.status != "1")
130130
{
131131
m_CraftState = CraftSkinState.Failed;

0 commit comments

Comments
 (0)