mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-19 21:55:12 +00:00
Remove this. prefixes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{
|
||||
public ObservableGitDatabaseClient(IGitHubClient client)
|
||||
{
|
||||
this.Tag = new ObservableTagsClient(client);
|
||||
Tag = new ObservableTagsClient(client);
|
||||
}
|
||||
|
||||
public IObservableTagsClient Tag { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user