summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/table/dist/calculateCellWidthIndex.js.flow
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/table/dist/calculateCellWidthIndex.js.flow')
-rw-r--r--tools/node_modules/eslint/node_modules/table/dist/calculateCellWidthIndex.js.flow2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/node_modules/table/dist/calculateCellWidthIndex.js.flow b/tools/node_modules/eslint/node_modules/table/dist/calculateCellWidthIndex.js.flow
index 6e4f7a5971..e2539539a5 100644
--- a/tools/node_modules/eslint/node_modules/table/dist/calculateCellWidthIndex.js.flow
+++ b/tools/node_modules/eslint/node_modules/table/dist/calculateCellWidthIndex.js.flow
@@ -11,7 +11,7 @@ export default (cells) => {
return Math.max(
...value.split('\n').map((line) => {
return stringWidth(line);
- })
+ }),
);
});
};