Skip to content

Commit ed09cac

Browse files
author
benholloway
committed
tweaked imports for consistency
1 parent 53260e6 commit ed09cac

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

lib/test/karma-background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
var server = require('karma').server;
66
var decoded = require('querystring').unescape(process.argv[2]);
77
var data = JSON.parse(decoded);
8-
server.start(data);
8+
server.start(data);

lib/test/karma.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
'use strict';
22

3-
var path = require('path');
4-
5-
var fs = require('fs'),
3+
var path = require('path')
4+
fs = require('fs'),
65
gutil = require('gulp-util'),
76
through = require('through2'),
87
querystring = require('querystring'),

0 commit comments

Comments
 (0)