Skip to content

Commit ab347cc

Browse files
committed
Fix build linting errors
1 parent 8a626df commit ab347cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blocks/cloud-image/cloud-image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function positionImageInTheCloud() {
5050

5151
const {
5252
width: containerWidth,
53-
height: containerHeight
53+
height: containerHeight,
5454
} = cloudImgContainer.getBoundingClientRect();
5555

5656
cloudImagePictureElements.forEach((element) => {

scripts/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
loadSections,
1313
loadCSS,
1414
} from './aem.js';
15-
import { positionImageInTheCloud } from '../blocks/cloud-image/cloud-image.js';
15+
import positionImageInTheCloud from '../blocks/cloud-image/cloud-image.js';
1616

1717
/**
1818
* Builds hero block and prepends to main in a new section.

0 commit comments

Comments
 (0)