Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 79cedd6

Browse files
committed
A little indentation tweak
1 parent a0a9eb1 commit 79cedd6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/GitHub.Api/Git/GitClient.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,12 @@ public ITask<GitUser> GetConfigUserAndEmail()
217217
}
218218
})
219219
.Then(GetConfig(UserEmailConfigKey, GitConfigSource.User)
220-
.Then((success, value) => {
221-
if (success)
222-
{
223-
email = value;
224-
}
225-
})).Then(success => {
220+
.Then((success, value) => {
221+
if (success)
222+
{
223+
email = value;
224+
}
225+
})).Then(success => {
226226
Logger.Trace("{0}:{1} {2}:{3}", UserNameConfigKey, username, UserEmailConfigKey, email);
227227
return new GitUser(username, email);
228228
});

0 commit comments

Comments
 (0)