Cleaned up remaining prettier errors.

This commit is contained in:
eajenkins
2021-09-14 14:26:43 -07:00
parent 85d33ecccd
commit 96977e70b3
2 changed files with 8 additions and 6 deletions

View File

@@ -301,7 +301,7 @@ export const getActorProperty = function (actor, key) {
} }
return undefined; return undefined;
} };
export const setTitle = function (titleWrap) { export const setTitle = function (titleWrap) {
title = titleWrap.text; title = titleWrap.text;

File diff suppressed because one or more lines are too long