Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
refactor: apply eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Jan 25, 2020
1 parent b47b481 commit 6b318ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const tableB = (
align?: Array<'l' | 'r' | 'c' | '.'>;
stringLength?(str: string): number;
}
) =>
): string =>
textTable(rows, {
...options,
...(typeof options === 'undefined' ||
Expand Down

0 comments on commit 6b318ec

Please sign in to comment.