Skip to content

Commit 444bba9

Browse files
committed
Add extra space in name
1 parent 9bb0341 commit 444bba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnityNuGet/RegistryCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ private async Task BuildInternal()
344344
Name = npmPackageId,
345345
Description = packageMeta.Description,
346346
Author = "NuGet",
347-
DisplayName = packageMeta.Title + $"({npmPackageInfo.Author})"
347+
DisplayName = packageMeta.Title + $" ({npmPackageInfo.Author})"
348348
};
349349
npmVersion.Distribution.Tarball = new Uri(_rootHttpUri, $"{npmPackage.Id}/-/{GetUnityPackageFileName(packageIdentity, npmVersion)}");
350350
npmVersion.Unity = _minimumUnityVersion;

0 commit comments

Comments
 (0)