Skip to content

Commit

Permalink
OV-349: + add final newline
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-lacorazza committed Sep 24, 2024
1 parent 62dcf10 commit 9f99009
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ const scenesExceedScripts = (scenes: Scene[], scripts: Script[]): boolean => {
return totalScenesDuration > totalScriptsDuration;
};

export { scenesExceedScripts };
export { scenesExceedScripts };

0 comments on commit 9f99009

Please sign in to comment.