Skip to content

Commit 1de6835

Browse files
committed
Amend.
1 parent ca61816 commit 1de6835

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ packages/*
5252
publish/*
5353
.vs/*
5454
/paket-files/*
55+
*.cs.orig

AspNetCoreAnalyzers.Tests/ASP009LowercaseUrlsTests/CodeFix.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,4 @@ public IActionResult GetId(string id)
8787
AnalyzerAssert.CodeFix(Analyzer, Fix, ExpectedDiagnostic, code, fixedCode);
8888
}
8989
}
90-
}
9190
}

0 commit comments

Comments
 (0)