Skip to content

Commit c332a76

Browse files
committed
Revert invalid indentation changes
1 parent 00c7a01 commit c332a76

File tree

1 file changed

+5
-5
lines changed
  • packages/gatsby-remark-images/src

1 file changed

+5
-5
lines changed

packages/gatsby-remark-images/src/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,19 @@ module.exports = (
8585
class="gatsby-resp-image-wrapper"
8686
style="position: relative; display: block; ${
8787
options.wrapperStyle
88-
}; max-width: ${presentationWidth}px; margin-left: auto; margin-right: auto;"
88+
}; max-width: ${presentationWidth}px; margin-left: auto; margin-right: auto;"
8989
>
9090
<span
9191
class="gatsby-resp-image-background-image"
9292
style="padding-bottom: ${ratio}; position: relative; bottom: 0; left: 0; background-image: url('${
9393
responsiveSizesResult.base64
94-
}'); background-size: cover; display: block;"
94+
}'); background-size: cover; display: block;"
9595
>
9696
<img
9797
class="gatsby-resp-image-image"
9898
style="width: 100%; height: 100%; margin: 0; vertical-align: middle; position: absolute; top: 0; left: 0; box-shadow: inset 0px 0px 0px 400px ${
99-
options.backgroundColor
100-
};"
99+
options.backgroundColor
100+
};"
101101
alt="${node.alt ? node.alt : defaultAlt}"
102102
title="${node.title ? node.title : ``}"
103103
src="${fallbackSrc}"
@@ -218,6 +218,6 @@ module.exports = (
218218
)
219219
).then(htmlImageNodes =>
220220
markdownImageNodes.concat(htmlImageNodes).filter(node => !!node)
221-
)
222221
)
222+
)
223223
}

0 commit comments

Comments
 (0)