Skip to content

Commit 49809f4

Browse files
committed
refactoring code
1 parent ce4472f commit 49809f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/streaming/metrics/MetricsReporting.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ import ReportingFactory from './reporting/ReportingFactory';
3838
function MetricsReporting() {
3939

4040
let context = this.context;
41-
let instance;
42-
43-
let dvbErrorsTranslator;
41+
let instance,
42+
dvbErrorsTranslator;
4443

4544
/**
4645
* Create a MetricsCollectionController, and a DVBErrorsTranslator

0 commit comments

Comments
 (0)