Skip to content

Commit

Permalink
Mark comment concise.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcvickers committed Feb 11, 2023
1 parent 5c079cb commit a669bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/ef/Generators/BundleProgramGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ internal partial class BundleProgramGenerator : BundleProgramGeneratorBase
/// </summary>
public virtual string TransformText()
{
this.Write("//------------------------------------------------------------------------------\r\n// <auto-generated>\r\n// This code was generated by a tool.\r\n// </auto-generated>\r\n//------------------------------------------------------------------------------\r\n\r\nusing System.Reflection;\r\nusing Microsoft.EntityFrameworkCore.Migrations.Design;\r\n\r\nreturn MigrationsBundle.Execute(\r\n \"");
this.Write("// <auto-generated />\r\n\r\nusing System.Reflection;\r\nusing Microsoft.EntityFrameworkCore.Migrations.Design;\r\n\r\nreturn MigrationsBundle.Execute(\r\n \"");
this.Write(this.ToStringHelper.ToStringWithCulture(ContextType));
this.Write("\",\r\n Assembly.Load(new AssemblyName(\"");
this.Write(this.ToStringHelper.ToStringWithCulture(Assembly));
Expand Down
6 changes: 1 addition & 5 deletions src/ef/Generators/BundleProgramGenerator.tt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
<#@ parameter name="ContextType" type="System.String" #>
<#@ parameter name="Assembly" type="System.String" #>
<#@ parameter name="StartupAssembly" type="System.String" #>
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// </auto-generated>
//------------------------------------------------------------------------------
// <auto-generated />

using System.Reflection;
using Microsoft.EntityFrameworkCore.Migrations.Design;
Expand Down

0 comments on commit a669bbb

Please sign in to comment.