Skip to content

Commit 1075443

Browse files
committed
chore: lint
1 parent e862faa commit 1075443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit-tests/amp-polyfills.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function iframe_data() {
6969
[
7070
'<amp-iframe src="https://example.com/image.jpg" width="100" height="100"><amp-img src="https://example.com/image.jpg" width="100" height="100"></amp-img></amp-iframe>',
7171
'<iframe src="https://example.com/image.jpg" width="100" height="100"><img src="https://example.com/image.jpg" width="100" height="100" /></iframe>',
72-
]
72+
],
7373
];
7474
}
7575

0 commit comments

Comments
 (0)