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:
authorLuke Latham <1622880+guardrex@users.noreply.github.com>2019-05-12 16:43:02 +0300
committerLuke Latham <1622880+guardrex@users.noreply.github.com>2019-05-12 16:43:02 +0300
commit3e90b3840b248edeeae7696afad154246a084388 (patch)
tree58bcf298e0cd9f41613caebd68fb013d11efa0e1 /src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp
parent8bfbc4a2ac8f32e61a9d6eee8c55901771478428 (diff)
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
+}