mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-31 02:05:39 +00:00
aaaand format the code
This commit is contained in:
@@ -62,8 +62,8 @@ namespace Octokit
|
||||
get
|
||||
{
|
||||
return String.Format(CultureInfo.InvariantCulture,
|
||||
"Repository Hook: Replacing Events: {0}, Adding Events: {1}, Removing Events: {2}", Events == null ? "no" : string.Join(", ", Events),
|
||||
AddEvents == null ? "no" : string.Join(", ", AddEvents),
|
||||
"Repository Hook: Replacing Events: {0}, Adding Events: {1}, Removing Events: {2}", Events == null ? "no" : string.Join(", ", Events),
|
||||
AddEvents == null ? "no" : string.Join(", ", AddEvents),
|
||||
RemoveEvents == null ? "no" : string.Join(", ", RemoveEvents));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user