Skip to content

Commit 79a6ba6

Browse files
committed
dotnet format
1 parent c40049c commit 79a6ba6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Elastic.Markdown/IO/Discovery/GitCheckoutInformation.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ public static GitCheckoutInformation Create(IFileSystem fileSystem)
8686

8787
return new GitCheckoutInformation
8888
{
89-
Ref = gitRef, Branch = branch, Remote = remote, RepositoryName = remote.Split('/').Last()
89+
Ref = gitRef,
90+
Branch = branch,
91+
Remote = remote,
92+
RepositoryName = remote.Split('/').Last()
9093
};
9194

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

0 commit comments

Comments
 (0)