Skip to content

Commit 6940b8e

Browse files
authored
Merge pull request #117 from SimonCropp/someRedundantUsings
remove some redundant usings
2 parents 73210e6 + f254ecd commit 6940b8e

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

samples/EarlyInitializationSample/Startup.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Threading.Tasks;
5-
using Microsoft.AspNetCore.Builder;
1+
using Microsoft.AspNetCore.Builder;
62
using Microsoft.AspNetCore.Hosting;
73
using Microsoft.AspNetCore.Http;
84
using Microsoft.AspNetCore.Mvc;

samples/InlineInitializationSample/Startup.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Threading.Tasks;
5-
using Microsoft.AspNetCore.Builder;
1+
using Microsoft.AspNetCore.Builder;
62
using Microsoft.AspNetCore.Hosting;
73
using Microsoft.AspNetCore.Http;
84
using Microsoft.AspNetCore.Mvc;

0 commit comments

Comments
 (0)