Skip to content

Commit

Permalink
Clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 14, 2016
1 parent 9cc9e80 commit fa6e1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/map-generator.es6
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ export default class {
sourcePath(node) {
if ( this.mapOpts.from ) {
return this.mapOpts.from;
} else {
return this.relative(node.source.input.from);
}

return this.relative(node.source.input.from);
}

generateString() {
Expand Down

0 comments on commit fa6e1f0

Please sign in to comment.