mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-31 18:13:21 +00:00
Redundant parentheses were removed. (#1275)
This commit is contained in:
committed by
Brendan Forster
parent
494bbfda42
commit
d7d03fafa3
@@ -114,7 +114,7 @@ namespace Octokit
|
||||
RepositoryName = info.GetString("RepositoryName");
|
||||
Organization = info.GetString("Organization");
|
||||
OwnerIsOrganization = info.GetBoolean("OwnerIsOrganization");
|
||||
ExistingRepositoryWebUrl = (Uri)(info.GetValue("ExistingRepositoryWebUrl", typeof(Uri)));
|
||||
ExistingRepositoryWebUrl = (Uri) info.GetValue("ExistingRepositoryWebUrl", typeof(Uri));
|
||||
}
|
||||
|
||||
public override void GetObjectData(SerializationInfo info, StreamingContext context)
|
||||
|
||||
Reference in New Issue
Block a user