Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit f96f525

Browse files
committed
Removed private.
1 parent b4063c8 commit f96f525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/Services/GitClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public IObservable<Remote> GetHttpRemote(IRepository repo, string remote)
9797
});
9898
}
9999

100-
private static bool IsCanonical(string s)
100+
static bool IsCanonical(string s)
101101
{
102102
return s.StartsWith("refs/", StringComparison.Ordinal);
103103
}

0 commit comments

Comments
 (0)