Skip to content

Commit 7742600

Browse files
committed
MC-16871: Test for possible bugs
1 parent 808831b commit 7742600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/Block/Html/Header/CriticalCss.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function getCriticalCssData()
5252
$content = $asset->getContent();
5353
} catch (LocalizedException | NotFoundException $e) {
5454
$content = '';
55-
};
55+
}
5656

5757
return $content;
5858
}

0 commit comments

Comments
 (0)