mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
🎨 Make fields readonly
This commit is contained in:
@@ -184,7 +184,7 @@ namespace Octokit
|
||||
[DebuggerDisplay("{DebuggerDisplay,nq}")]
|
||||
public class Range
|
||||
{
|
||||
private string query = string.Empty;
|
||||
private readonly string query = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Matches repositories that are <param name="size">size</param> MB exactly
|
||||
|
||||
Reference in New Issue
Block a user