Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Brandenburg <rybrande@microsoft.com>2019-05-13 20:07:05 +0300
committerGitHub <noreply@github.com>2019-05-13 20:07:05 +0300
commitb76d9e2c36b7a90ec143eca3435e6914cb901f92 (patch)
tree1be516a84d493dfc49ae001da126381c83be3785 /src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp
parent8a801bb0a796567cb533b9a899ea49b029552a24 (diff)
parent3e90b3840b248edeeae7696afad154246a084388 (diff)
Merge pull request #10192 from guardrex/guardrex/templates-line-ending
Add line endings to last lines of template files
Diffstat (limited to 'src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp')
-rw-r--r--src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml.cs b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml.cs
index 07a0edacfc..83e6e0edb2 100644
--- a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml.cs
+++ b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml.cs
@@ -14,4 +14,4 @@ namespace Company.RazorClassLibrary1.MyFeature.Pages
}
}
-} \ No newline at end of file
+}