mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
Turn On ImplicitUsings (#2079)
* Turn on ImplicitUsings * Fix formatting * Run linter
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
using System.IO;
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace Bit.Server
|
||||
namespace Bit.Server
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
|
||||
@@ -1,11 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using System.Linq;
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using System.Globalization;
|
||||
using Microsoft.AspNetCore.StaticFiles;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Bit.Server
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user