Skip to content

Commit ce4233b

Browse files
committed
chore: rename variable
1 parent e50f3f2 commit ce4233b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Yubico.Core/src/Yubico/PlatformInterop/Libraries.Net47.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private static class Net47Implementation
7878
Architecture.X86 => "x86",
7979
Architecture.X64 => "x64",
8080
Architecture.Arm64 => "arm64",
81-
var badArch => throw new ArgumentOutOfRangeException($"Architecture {badArch} is not supported!")
81+
var unsupportedArch => throw new ArgumentOutOfRangeException($"Architecture {unsupportedArch } is not supported!")
8282
},
8383
NativeShims);
8484

0 commit comments

Comments
 (0)