join table columns by 2 instead of 4 spaces

This commit is contained in:
silverwind 2019-07-19 15:28:11 +02:00
parent 8c0c405ddb
commit 50f8a41cbe
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -410,7 +410,7 @@ function formatDeps() {
]);
return require("text-table")(arr, {
hsep: " ".repeat(4),
hsep: " ".repeat(2),
stringLength: require("string-width"),
});
}