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: () => {
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) {
console.log(err);
return ""
console.log(err);
return ""
}
},
update: (output, domEl) => {