Skip to content

Commit 0dbba26

Browse files
author
brizental
committed
Fix identation in logPings function
1 parent eaecdfd commit 0dbba26

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

glean/src/core/glean.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -405,15 +405,15 @@ class Glean {
405405
// All dispatched tasks are guaranteed to be run after initialize.
406406
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
407407
if (!Glean.instance._config!.debug) {
408-
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
409-
Glean.instance._config!.debug = {};
408+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
409+
Glean.instance._config!.debug = {};
410410
}
411411

412-
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
413-
Glean.instance._config!.debug.logPings = flag;
412+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
413+
Glean.instance._config!.debug.logPings = flag;
414414

415-
// The dispatcher requires that dispatched functions return promises.
416-
return Promise.resolve();
415+
// The dispatcher requires that dispatched functions return promises.
416+
return Promise.resolve();
417417
});
418418
}
419419

0 commit comments

Comments
 (0)