Skip to content

Commit f165a5e

Browse files
authored
Fix spacing
1 parent 6756106 commit f165a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = function (options) {
3131
: '1px solid #dee2e6',
3232
},
3333
'td': {
34-
borderTop: optionsWithPropertyExists(options, 'tableBodyBorder') && options.tableBodyBorder == false
34+
borderTop: optionsWithPropertyExists(options, 'tableBodyBorder') && options.tableBodyBorder == false
3535
? 0
3636
: optionsWithPropertyExists(options, 'tableBorderColor')
3737
? '1px solid ' + options.tableBorderColor

0 commit comments

Comments
 (0)