Skip to content

Commit d13041f

Browse files
committed
Fixed static test failure on gift wrapping resolver
1 parent 232bb86 commit d13041f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/TaxGraphQl/Model/Resolver/DisplayGiftWrapping.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ class DisplayGiftWrapping implements ResolverInterface
2929
/**
3030
* @param EnumLookup $enumLookup
3131
*/
32-
public function __construct(private readonly EnumLookup $enumLookup) {
32+
public function __construct(private readonly EnumLookup $enumLookup)
33+
{
3334
}
3435

3536
/**

0 commit comments

Comments
 (0)