Skip to content

Commit 858666a

Browse files
committed
Codacy suggestions
1 parent cf7fc46 commit 858666a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PubNubUnity/Assets/PubNub/Managers/TokenManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ public void FillGrantToken(string parent, string key, object val, Type type, ref
537537
}
538538
break;
539539
case "String":
540-
// do nothing s = val.ToString();
540+
// do nothing
541541
break;
542542
default:
543543
#if (ENABLE_PUBNUB_LOGGING)

0 commit comments

Comments
 (0)