Skip to content

Commit 94f261e

Browse files
author
Chris Martinez
committed
Correct "using" statements
1 parent d296c4d commit 94f261e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.Mvc.Versioning/Versioning/ApiVersionActionSelector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
using Infrastructure;
1010
using Internal;
1111
using System;
12+
using System.Collections;
1213
using System.Collections.Generic;
1314
using System.Diagnostics.Contracts;
1415
using System.Linq;
1516
using static ErrorCodes;
16-
using System.Collections;
1717

1818
/// <summary>
1919
/// Represents the logic for selecting an API-versioned, action method.

0 commit comments

Comments
 (0)