c5bca894fd
Added imports linting, trailing commas, trailing semicolons, single quotes and spaces between curly braces. Change-Id: I5de5d3eea48753dfe2737983b230bafaffe898c8
8 lines
208 B
JavaScript
8 lines
208 B
JavaScript
// Copyright (C) 2019 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
module.exports = {
|
|
process () {
|
|
return `module.exports = { render: function(){ return this._c("svg") } }`;
|
|
},
|
|
}; |