From 9f990099fead42acc5b27e9eda5e55cd5fc90700 Mon Sep 17 00:00:00 2001 From: stefano-lacorazza <112132737+stefano-lacorazza@users.noreply.github.com> Date: Tue, 24 Sep 2024 05:37:58 -0500 Subject: [PATCH] OV-349: + add final newline --- frontend/src/bundles/studio/helpers/scenes-exceed-scripts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/bundles/studio/helpers/scenes-exceed-scripts.ts b/frontend/src/bundles/studio/helpers/scenes-exceed-scripts.ts index 832dcd6d3..06621a128 100644 --- a/frontend/src/bundles/studio/helpers/scenes-exceed-scripts.ts +++ b/frontend/src/bundles/studio/helpers/scenes-exceed-scripts.ts @@ -15,4 +15,4 @@ const scenesExceedScripts = (scenes: Scene[], scripts: Script[]): boolean => { return totalScenesDuration > totalScriptsDuration; }; -export { scenesExceedScripts }; \ No newline at end of file +export { scenesExceedScripts };