Skip to content

Commit

Permalink
Format changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
frehner committed Aug 19, 2022
1 parent 4babc16 commit da9c954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ If your Store is based on the "Demo Store" tempate, and you are using the `test:
} from '@shopify/hydrogen/platforms';

// Platform entry handler
export default function(request) {
export default function (request) {
if (isAsset(new URL(request.url).pathname)) {
return platformAssetHandler(request);
}
Expand Down

0 comments on commit da9c954

Please sign in to comment.