Skip to content

Commit f7fd65a

Browse files
Remove unused local
Leftover from refactoring.
1 parent 2eed13e commit f7fd65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenApi/src/Extensions/JsonNodeSchemaExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ internal static void ApplyValidationAttributes(this JsonNode schema, IEnumerable
103103
else
104104
{
105105
// Use InvariantCulture if explicitly requested or if the range has been set via the RangeAttribute(double, double) constructor.
106-
var targetCulture = rangeAttribute.ParseLimitsInInvariantCulture || rangeAttribute.Minimum is double x
106+
var targetCulture = rangeAttribute.ParseLimitsInInvariantCulture || rangeAttribute.Minimum is double
107107
? CultureInfo.InvariantCulture
108108
: CultureInfo.CurrentCulture;
109109

0 commit comments

Comments
 (0)