From 529d3ec80224ff9b0f8a1cad50d44b56a7c8937e Mon Sep 17 00:00:00 2001 From: Keshav Varadachari Date: Tue, 31 Aug 2021 13:52:02 -0400 Subject: [PATCH] lint --- extensions/amp-stream-gallery/1.0/component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/amp-stream-gallery/1.0/component.js b/extensions/amp-stream-gallery/1.0/component.js index 5878ea9ecbd51..632c7eb331121 100644 --- a/extensions/amp-stream-gallery/1.0/component.js +++ b/extensions/amp-stream-gallery/1.0/component.js @@ -121,7 +121,7 @@ function BentoStreamGalleryWithRef(props, ref) { const BentoStreamGallery = forwardRef(BentoStreamGalleryWithRef); BentoStreamGallery.displayName = 'StreamGallery'; // Make findable for tests. -export { BentoStreamGallery }; +export {BentoStreamGallery}; /** * @param {!BentoStreamGalleryDef.ArrowProps} props