Skip to content

Commit aa90e4b

Browse files
committed
fix whitespace
1 parent f68eafb commit aa90e4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GroupCheck/1.14/GroupCheck.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const GroupCheck = (() => {
4343
`<table style="width:100%">${content}</table>` +
4444
(freetext ? `<div style="text-align:center;margin-bottom:4px">${freetext}</div>` : "") +
4545
"</div>";
46-
},
46+
},
4747
makeRow = (pic, name, roll1, roll2, isLast) => {
4848
return `<tr${isLast ? "" :` style="border-bottom: 1px solid ${getTheme().rowSeparator}"`}>` +
4949
makeName(pic, name) +

GroupCheck/GroupCheck.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const GroupCheck = (() => {
4343
`<table style="width:100%">${content}</table>` +
4444
(freetext ? `<div style="text-align:center;margin-bottom:4px">${freetext}</div>` : "") +
4545
"</div>";
46-
},
46+
},
4747
makeRow = (pic, name, roll1, roll2, isLast) => {
4848
return `<tr${isLast ? "" :` style="border-bottom: 1px solid ${getTheme().rowSeparator}"`}>` +
4949
makeName(pic, name) +

0 commit comments

Comments
 (0)