Skip to content

Commit 5542317

Browse files
author
Gonzalo Diaz
committed
[REFACTOR] ignore deliberate coding decisions marked as warnings.
1 parent ca46c24 commit 5542317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithm_exercises_csharp_test/hackerrank/interview_preparation_kit/arrays/CrushBruteForce.Test.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class CrushBruteForceTest
88
public class CrushBruteForceTestCase
99
{
1010
public string title { get; set; } = default!;
11-
public List<List<int>> queries { get; set; } = default!;
11+
public List<List<int>> queries { get; } = default!;
1212
public int n { get; set; } = default!;
1313
public long expected { get; set; } = default!;
1414
}

0 commit comments

Comments
 (0)