Skip to content

Commit

Permalink
fix: Warning at policy scanner (#307)
Browse files Browse the repository at this point in the history
Signed-off-by: sagilio <sagilio@outlook.com>

Signed-off-by: sagilio <sagilio@outlook.com>
  • Loading branch information
sagilio authored Jan 2, 2023
1 parent d7a0a4f commit 071af63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casbin/Model/PolicyScanner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public bool GetNext(out IPolicyValues outValues)
private PolicyScanner _scanner;
private readonly TRequest _request;

internal PolicyScanner(in PolicyScanner scanner, in TRequest request)
internal PolicyScanner(PolicyScanner scanner, in TRequest request)
{
_scanner = scanner;
_request = request;
Expand Down

0 comments on commit 071af63

Please # to comment.