[GraphEditor] Clean-up: Harmonize syntax across all files

This commit is contained in:
Candice Bentéjac 2023-10-17 15:42:14 +02:00
parent 2bdf061d2e
commit e9d80611c7
15 changed files with 341 additions and 375 deletions

View file

@ -72,8 +72,7 @@ Panel {
hoverEnabled: true
}
function getLongestChunkTime(chunks)
{
function getLongestChunkTime(chunks) {
if (chunks.count <= 1)
return 0