Skip to content

Commit 9e01800

Browse files
White space fix
1 parent 0015d16 commit 9e01800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/Intent.Modules.AzureFunctions/Templates/Isolated/Program/ProgramTemplatePartial.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ public ProgramTemplate(IOutputTarget outputTarget, object model = null) : base(T
133133

134134
var hostConfigStatement = new CSharpMethodChainStatement("new HostBuilder()")
135135
.AddChainStatement( new CSharpInvocationStatement( "ConfigureFunctionsWebApplication").WithoutSemicolon()
136-
.OnNewLine()
136+
//.OnNewLine()
137137
.AddArgument(globalExceptionConfigStatement)
138138
)
139139
.AddChainStatement(new CSharpInvocationStatement("ConfigureServices").WithoutSemicolon()
140-
.OnNewLine()
140+
//.OnNewLine()
141141
.AddArgument(configStatements)
142142
)
143143
.AddChainStatement(new CSharpInvocationStatement("Build").OnNewLine());

0 commit comments

Comments
 (0)