Skip to content

Commit

Permalink
Removing unnecessary empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic committed Oct 27, 2020
1 parent bcf0f30 commit 68339be
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export function ContextAppLegacy(renderProps: ContextAppProps) {
onChangeSuccessorCount,
} = renderProps;
const isPredecessorType = type === PREDECESSOR_TYPE;

return {
defaultStepSize,
docCount: isPredecessorType ? predecessorCount : successorCount,
Expand Down

0 comments on commit 68339be

Please sign in to comment.