File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
EditorExtensions/CSS/SmartTags/Actions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public override string DisplayText
31
31
32
32
public override void Invoke ( )
33
33
{
34
- // string separator = CssSettings.Get(_span.TextBuffer).FormatterBlockBracePosition == BracePosition.Compact ? " " : Environment.NewLine;
35
- string separator = CssSettings . FormatterBlockBracePosition == BracePosition . Compact ? " " : Environment . NewLine ;
34
+ string separator = CssSettings . Get ( _span . TextBuffer ) . FormatterBlockBracePosition == BracePosition . Compact ? " " : Environment . NewLine ;
35
+ // string separator = CssSettings.FormatterBlockBracePosition == BracePosition.Compact ? " " : Environment.NewLine;
36
36
string insert = _lastVendor . Text + separator + _standard . Text ;
37
37
38
38
using ( EditorExtensionsPackage . UndoContext ( ( DisplayText ) ) )
You can’t perform that action at this time.
0 commit comments