Skip to content

Commit

Permalink
inline
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Apr 5, 2024
1 parent a966b24 commit 5a66e89
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ protected sealed override ImmutableArray<SnippetPlaceholder> GetPlaceHolderLocat
return [];

var condition = GetCondition(node);
var placeholder = new SnippetPlaceholder(condition.ToString(), condition.SpanStart);

return [placeholder];
return [new SnippetPlaceholder(condition.ToString(), condition.SpanStart)];
}
}

0 comments on commit 5a66e89

Please sign in to comment.