Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Jan 14, 2025
1 parent c40049c commit 79a6ba6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Elastic.Markdown/IO/Discovery/GitCheckoutInformation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ public static GitCheckoutInformation Create(IFileSystem fileSystem)

return new GitCheckoutInformation
{
Ref = gitRef, Branch = branch, Remote = remote, RepositoryName = remote.Split('/').Last()
Ref = gitRef,
Branch = branch,
Remote = remote,
RepositoryName = remote.Split('/').Last()
};

IFileInfo Git(string path) => fileSystem.FileInfo.New(Path.Combine(Paths.Root.FullName, path));
Expand Down

0 comments on commit 79a6ba6

Please sign in to comment.