chore(cloudfunc) rm "\n"

This commit is contained in:
coderaiser 2014-12-30 03:14:16 -05:00
parent a586640e8d
commit ea949f0b81

View file

@ -3,7 +3,6 @@ var Util;
(function(scope, Util) {
'use strict';
if (typeof module === 'object' && module.exports) {
Util = require('./util');
module.exports = new CloudFuncProto(Util);