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 81d5125 commit 1254523Copy full SHA for 1254523
RubberduckTests/SmartIndenter/LineContinuationTests.cs
@@ -342,7 +342,7 @@ public void MultipleFunctionCallsWorks()
342
var indenter = new Indenter(null, () =>
343
{
344
var s = IndenterSettingsTests.GetMockIndenterSettings();
345
- s.IgnoreOperatorsInContinuations = false;
+ s.IgnoreOperatorsInContinuations = true;
346
return s;
347
});
348
var actual = indenter.Indent(code);
0 commit comments