Skip to content

Commit 3d87d82

Browse files
committed
Cleanup
1 parent 2ee6669 commit 3d87d82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Core/Extensions/Grain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static string GetDescriptor(this IAddressable grain)
2121
/// <param name="name"></param>
2222
public static string GetDescriptor(this IAddressable grain, string name)
2323
{
24-
return $"{grain.GetPrimaryKeyString()}:{name}";
24+
return string.Concat(grain.GetPrimaryKeyString(), ":", name);
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)