mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
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:
@@ -17,7 +17,7 @@ namespace Octokit.Tests.Integration.Helpers
|
||||
KeyData = key.Key;
|
||||
}
|
||||
|
||||
private IConnection _connection;
|
||||
private readonly IConnection _connection;
|
||||
internal int KeyId { get; private set; }
|
||||
internal string KeyTitle { get; private set; }
|
||||
internal string KeyData { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user