Skip to content

Commit cb37baa

Browse files
qmfrederikAArnott
andauthored
Update src/NerdBank.GitVersioning/ManagedGit/GitRepository.cs
Co-authored-by: Andrew Arnott <[email protected]>
1 parent 775a2b0 commit cb37baa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/NerdBank.GitVersioning/ManagedGit/GitRepository.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,8 @@ public static unsafe string GetString(ReadOnlySpan<byte> bytes)
721721
/// The contents of the alternates files.
722722
/// </param>
723723
/// <returns>
724-
/// A list of (relative) paths to the alternate object directories.</returns>
724+
/// A list of (relative) paths to the alternate object directories.
725+
/// </returns>
725726
public static List<string> ParseAlternates(ReadOnlySpan<byte> alternates)
726727
{
727728
List<string> values = new List<string>();

0 commit comments

Comments
 (0)