Added readonly to fields that are never modified (#2759)

Co-authored-by: Lehonti Ramos <john@doe>
Co-authored-by: Keegan Campbell <me@kfcampbell.com>
This commit is contained in:
Lehonti Ramos
2023-08-11 18:53:51 +02:00
committed by GitHub
parent 6ab43b2d41
commit d46527d143
29 changed files with 166 additions and 166 deletions
@@ -8,7 +8,7 @@ namespace Octokit.Tests.Clients
{
public class TheGetAllRepositoriesForCurrentMethod
{
IGitHubClient _github;
readonly IGitHubClient _github;
public TheGetAllRepositoriesForCurrentMethod()
{
@@ -28,7 +28,7 @@ namespace Octokit.Tests.Clients
public class TheGetAllRepositoriesForCurrentUserMethod
{
IGitHubClient _github;
readonly IGitHubClient _github;
public TheGetAllRepositoriesForCurrentUserMethod()
{