Skip to content

Commit 80c47ae

Browse files
committed
fix typo
1 parent 28e2cb1 commit 80c47ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/code/V3ServerAPICalls.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ private Stream InstallHelper(string packageName, NuGetVersion version, out Error
812812
this);
813813

814814
return null;
815-
}s
815+
}
816816

817817
return content.ReadAsStreamAsync().GetAwaiter().GetResult();
818818
}
@@ -844,7 +844,7 @@ private string[] GetVersionedPackageEntriesFromRegistrationsResource(string pack
844844
{
845845
return Utils.EmptyStrArray;
846846
}
847-
847+
848848
return responses;
849849
}
850850

0 commit comments

Comments
 (0)