Skip to content

Commit f254ecd

Browse files
committed
remove some redundant usings
1 parent 5d49fee commit f254ecd

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

samples/EarlyInitializationSample/Startup.cs

+1-5
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

+1-5
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)