We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cf3e6 commit 4304ac6Copy full SHA for 4304ac6
RetailCoder.VBE/UnitTesting/NewUnitTestModuleCommand.cs
@@ -28,7 +28,7 @@ public NewUnitTestModuleCommand(RubberduckParserState state, ConfigurationLoader
28
private readonly string _moduleInit = string.Concat(
29
"'@ModuleInitialize\n"
30
, "Public Sub ModuleInitialize()\n"
31
- , " '", RubberduckUI.UnitTest_NewModule_RunOnce, ".\n{0}\n"
+ , " '", RubberduckUI.UnitTest_NewModule_RunOnce, ".\n {0}\n"
32
, "End Sub\n\n"
33
, "'@ModuleCleanup\n"
34
, "Public Sub ModuleCleanup()\n"
0 commit comments