Skip to content

Commit

Permalink
fix(TagManager): blank line after if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bkapustik committed May 15, 2024
1 parent e9fca00 commit 3b36d73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ private static IEnumerable<CodeSnippetDto> CreateCodeSnippet(ChannelCodeSnippetI
{
displayMode = CodeSnippetAdministrationDisplayMode.None;
}

if (snippetSettings.TagTypeName != CustomSnippetFactory.TAG_TYPE_NAME)
{
tags.AddRange(snippetFactory.CreateCodeSnippets(snippetInfo.ChannelCodeSnippetItemIdentifier).Select(x => new CodeSnippetDto
Expand Down

0 comments on commit 3b36d73

Please sign in to comment.