Skip to content

Commit 2dcbe54

Browse files
haackedglennc
authored andcommitted
Sort namespaces
How did @Eilon let this ship with the namespaces unsorted. He's growing soft in his old age. :trollface:
1 parent 611469e commit 2dcbe54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/HelloMvc/Startup.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
using Microsoft.AspNet.Routing;
21
using Microsoft.AspNet.Builder;
2+
using Microsoft.AspNet.Routing;
33
using Microsoft.Framework.DependencyInjection;
44

55
namespace KWebStartup
@@ -20,4 +20,4 @@ public void Configure(IBuilder app)
2020
app.UseWelcomePage();
2121
}
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)