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

Commit f5bab7a

Browse files
Nit pick text
1 parent f9f5202 commit f5bab7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GitHub.Api/Git/Tasks/GitCheckoutTask.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ public GitCheckoutTask(
4848
arguments += " \"" + file.ToNPath().ToString(SlashMode.Forward) + "\"";
4949
}
5050

51-
Message = "Checking out files at rev " + changeset.Substring(0, 7);
52-
}
51+
Message = "Checking out files at rev " + changeset.Substring(0, 7);
52+
}
5353

5454
public override string ProcessArguments { get { return arguments; } }
5555
public override TaskAffinity Affinity { get { return TaskAffinity.Exclusive; } }
5656
public override string Message { get; set; } = "Checking out files...";
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)