Skip to content

Commit

Permalink
chore(lint): Removed the lint error in set.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrimeagen committed Dec 15, 2015
1 parent d48bbb1 commit a7d959d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/router/set.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ var Observable = require('rx').Observable;
var spreadPaths = require('./../support/spreadPaths');
var pathValueMerge = require('./../cache/pathValueMerge');
var optimizePathSets = require('./../cache/optimizePathSets');
var hasIntersectionWithTree = require('./../operations/matcher/intersection/hasIntersectionWithTree');
var hasIntersectionWithTree =
require('./../operations/matcher/intersection/hasIntersectionWithTree');
var getValue = require('./../cache/getValue');
var normalizePathSets = require('../operations/ranges/normalizePathSets');
var pathUtils = require('falcor-path-utils');
Expand Down

0 comments on commit a7d959d

Please sign in to comment.