Try to better match existing formatting.

This commit is contained in:
Benjamin 2017-10-23 11:36:53 -05:00
parent 83ea862261
commit b215ad7479
1 changed files with 3 additions and 3 deletions

View File

@ -9,11 +9,11 @@ style: "\
}", }",
render: () => { render: () => {
try { try {
return "<style>#github-activity-widget-index-js { width: 100%; height: 100%; }</style>"; return "<style>#github-activity-widget-index-js { width: 100%; height: 100%; }</style>";
} }
catch (err) { catch (err) {
console.log(err); console.log(err);
return "" return ""
} }
}, },
update: (output, domEl) => { update: (output, domEl) => {