From e10dc83cd9e1ff82d44e12a007b200e7db6aa585 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Sat, 6 Dec 2025 23:30:47 -0500 Subject: [PATCH] Newline at end of file --- module/systemRegistration/settings.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/systemRegistration/settings.mjs b/module/systemRegistration/settings.mjs index d2ceffc9..5ab62e03 100644 --- a/module/systemRegistration/settings.mjs +++ b/module/systemRegistration/settings.mjs @@ -135,7 +135,7 @@ const registerNonConfigSettings = () => { }; /** - * Triggers a reset and non-forced re-render on all given actors (if given) + * Triggers a reset and non-forced re-render on all given actors (if given) * or all world actors and actors in all scenes to show immediate results for a changed setting. */ function resetActors(actors) { @@ -148,4 +148,4 @@ function resetActors(actors) { actor.reset(); actor.render(); } -} \ No newline at end of file +}