From b63fee9d8b8b2c9f560ea85504d971751f19fe66 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sat, 11 Jun 2022 20:04:32 -0700 Subject: [PATCH] Micro comment spacing fix. --- src/components/media-carousel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/media-carousel.ts b/src/components/media-carousel.ts index ad0166da..c2177937 100644 --- a/src/components/media-carousel.ts +++ b/src/components/media-carousel.ts @@ -160,7 +160,7 @@ export class FrigateCardMediaCarousel extends FrigateCardCarousel { */ protected _reinitIfNecessary(): void { if (this._needReInit) { - //The original options are included here, although this should not be + // The original options are included here, although this should not be // necessary (without including them, Safari ends up not having a looping // live carousel). this._carousel?.reInit(this._getOptions());