Skip to content

Commit 21c0114

Browse files
committed
Apply linting changes
1 parent 3bf0d04 commit 21c0114

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/sdks/snippets/angular/src/app/product-editorial/product-info/product-info.component.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ import { Component, Input } from '@angular/core';
22
@Component({
33
selector: 'app-product-info',
44
standalone: true,
5-
template: ` <div
6-
style="display: flex; gap: 200px; max-width: 1200px"
7-
>
5+
template: ` <div style="display: flex; gap: 200px; max-width: 1200px">
86
<div class="product-image">
97
<img
108
[src]="product.image"

0 commit comments

Comments
 (0)