fix whitespace in resolveRc

This commit is contained in:
Sebastian McKenzie 2015-04-13 14:25:47 -07:00
parent 92db8312f6
commit 5fd5b815ab

View File

@ -44,11 +44,10 @@ export default function (loc, opts = {}) {
find(up, rel);
}
}
if (opts.breakConfig !== true) {
find(loc, rel);
}
return opts;
};