Skip to content

Commit c07261b

Browse files
committed
Allman all the way
1 parent c78faec commit c07261b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

LibGit2Sharp.Tests/CloneFixture.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,10 @@ public void CanCloneFromBBWithCredentials(string url, string user, string pass)
179179
{
180180
var scd = BuildSelfCleaningDirectory();
181181

182-
string clonedRepoPath = Repository.Clone(url, scd.DirectoryPath, new CloneOptions() {
183-
CredentialsProvider = (_url, _user, _cred) => new UsernamePasswordCredentials {
182+
string clonedRepoPath = Repository.Clone(url, scd.DirectoryPath, new CloneOptions()
183+
{
184+
CredentialsProvider = (_url, _user, _cred) => new UsernamePasswordCredentials
185+
{
184186
Username = user,
185187
Password = pass,
186188
}

0 commit comments

Comments
 (0)