Skip to content

Commit 1e8d0c0

Browse files
authored
Merge pull request #2038 from Hosch250/Issue2017
Indent late-binding initialization in test module init method
2 parents 46cf3e6 + 4304ac6 commit 1e8d0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RetailCoder.VBE/UnitTesting/NewUnitTestModuleCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public NewUnitTestModuleCommand(RubberduckParserState state, ConfigurationLoader
2828
private readonly string _moduleInit = string.Concat(
2929
"'@ModuleInitialize\n"
3030
, "Public Sub ModuleInitialize()\n"
31-
, " '", RubberduckUI.UnitTest_NewModule_RunOnce, ".\n{0}\n"
31+
, " '", RubberduckUI.UnitTest_NewModule_RunOnce, ".\n {0}\n"
3232
, "End Sub\n\n"
3333
, "'@ModuleCleanup\n"
3434
, "Public Sub ModuleCleanup()\n"

0 commit comments

Comments
 (0)