Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 664d7d7

Browse files
committed
chore(tslint): fix tslint issue
1 parent 590f40d commit 664d7d7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/cleancss.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { join } from 'path';
22
import * as cleanCss from './cleancss';
33

44
import * as cleanCssFactory from './util/clean-css-factory';
5-
import { CleanCssConfig, getCleanCssInstance } from './util/clean-css-factory'
65
import * as config from './util/config';
76
import * as helpers from './util/helpers';
87
import * as workerClient from './worker-client';

src/copy.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ describe('copy task', () => {
5151
expect(result.options).toBeDefined();
5252
});
5353
});
54-
});
54+
});

0 commit comments

Comments
 (0)