Skip to content

Commit 4304ac6

Browse files
committed
Close #2017
1 parent 46cf3e6 commit 4304ac6

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)