Skip to content

Commit 632993e

Browse files
author
michaljakubis
committed
Fix formatting
1 parent 03e13a4 commit 632993e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Kentico.Xperience.TagManager/Rendering/CodeSnippetTagHelperComponent.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public CodeSnippetTagHelperComponent(
5151
public override async Task ProcessAsync(TagHelperContext context, TagHelperOutput output)
5252
{
5353
var contact = ContactManagementContext.CurrentContact;
54+
5455
if (!webPageDataContextRetriever.TryRetrieve(out var webPageDataContext))
5556
{
5657
return;

0 commit comments

Comments
 (0)