Skip to content

Commit 70a2b9c

Browse files
committed
Making linter happy
1 parent 02f6206 commit 70a2b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/plotly/src/lib/plotly-via-cdn.module.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { PlotlyViaCDNModule } from './plotly-via-cdn.module';
44
import { PlotlyService } from './plotly.service';
55

66
describe('PlotlyViaCDNModule', () => {
7-
let plotlyServiceCache: any = {};
7+
const plotlyServiceCache: any = {};
88

99
beforeEach(() => {
1010
plotlyServiceCache.moduleName = (PlotlyService as any).moduleName;

0 commit comments

Comments
 (0)