From 1de6835324c3867dc8e8818bdd55099348276110 Mon Sep 17 00:00:00 2001 From: JohanLarsson Date: Mon, 31 Dec 2018 12:16:35 +0100 Subject: [PATCH] Amend. --- .gitignore | 1 + AspNetCoreAnalyzers.Tests/ASP009LowercaseUrlsTests/CodeFix.cs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8c67506..6e079f4 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ packages/* publish/* .vs/* /paket-files/* +*.cs.orig diff --git a/AspNetCoreAnalyzers.Tests/ASP009LowercaseUrlsTests/CodeFix.cs b/AspNetCoreAnalyzers.Tests/ASP009LowercaseUrlsTests/CodeFix.cs index b5ee2c2..f157b08 100644 --- a/AspNetCoreAnalyzers.Tests/ASP009LowercaseUrlsTests/CodeFix.cs +++ b/AspNetCoreAnalyzers.Tests/ASP009LowercaseUrlsTests/CodeFix.cs @@ -87,5 +87,4 @@ public IActionResult GetId(string id) AnalyzerAssert.CodeFix(Analyzer, Fix, ExpectedDiagnostic, code, fixedCode); } } - } }