mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Enable curly and block-spacing eslint rules
This commit is contained in:
@@ -213,8 +213,9 @@ export function coreDifference(base, head) {
|
||||
|
||||
if (extent &&
|
||||
(!h || !h.intersects(extent, head)) &&
|
||||
(!b || !b.intersects(extent, base)))
|
||||
(!b || !b.intersects(extent, base))) {
|
||||
continue;
|
||||
}
|
||||
|
||||
result[id] = h;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user