Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ndp committed Feb 9, 2022
1 parent 90aca60 commit 612eb28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/object-grid-navigator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export function objectGridNavigator<O extends Objectish>(
let prevIndex = indexOf(objs, initialNode, 0)

const walker = gridWalker({
cellCount: objs.length, columnCount, pageSize
})
cellCount: objs.length, columnCount, pageSize
})

return (dirOrNode?: MoveOp | O) => {

Expand Down

0 comments on commit 612eb28

Please sign in to comment.