Skip to content

Commit

Permalink
Remove unusued using statement (fixes dotnet#35840) (dotnet#35841)
Browse files Browse the repository at this point in the history
* Remove unusued using statement (fixes dotnet#35840)
* Removing newline for EnableOpenAPI not needed
  • Loading branch information
timheuer authored Aug 30, 2021
1 parent ec01a2a commit ad5cc24
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
#if (OrganizationalAuth || IndividualB2CAuth)
using Microsoft.Identity.Web;
#endif
#if (EnableOpenAPI)
using Microsoft.OpenApi.Models;
#endif
#if (OrganizationalAuth || IndividualB2CAuth || GenerateGraph || EnableOpenAPI)
#if (OrganizationalAuth || IndividualB2CAuth || GenerateGraph)

#endif
var builder = WebApplication.CreateBuilder(args);
Expand Down

0 comments on commit ad5cc24

Please sign in to comment.