Skip to content

Commit 7a6c55b

Browse files
style(2019-day-03): standard linting
1 parent aa83c0b commit 7a6c55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2019/day-03/wires.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe('--- 2019 Day 3: Crossed Wires ---', () => {
6565
40, 30
6666
]
6767
const intersections = findWireIntersections(...wires)
68-
const actual = intersections.map((inter) => getIntersectionWireDistance({wires, intersection:inter}))
68+
const actual = intersections.map((inter) => getIntersectionWireDistance({ wires, intersection: inter }))
6969
expect(actual).to.deep.equal(expected)
7070
})
7171
})

0 commit comments

Comments
 (0)