Skip to content

Commit 8fc6b95

Browse files
committed
fix lint
1 parent cf83ca4 commit 8fc6b95

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/spec/modules/airgridRtdProvider_spec.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
import { config } from 'src/config.js';
2-
import { deepAccess } from 'src/utils.js';
3-
import { getAdUnits } from '../../fixtures/fixtures.js';
1+
import {config} from 'src/config.js';
2+
import {deepAccess} from 'src/utils.js';
43
import * as agRTD from 'modules/airgridRtdProvider.js';
5-
import { loadExternalScript } from '../../../src/adloader.js';
4+
import {loadExternalScript} from '../../../src/adloader.js';
65

76
const MATCHED_AUDIENCES = ['travel', 'sport'];
87
const RTD_CONFIG = {

0 commit comments

Comments
 (0)