[clean] clean code

This commit is contained in:
jscampucci 2024-06-25 10:10:57 +02:00
parent aa6f79ad89
commit f77aa7ce6a
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class ConverterService {
await shell.run('''
$ffmpegPath $command
''').then((result) {
debugPrint('Analyse result: ${result}');
debugPrint('Analyse result: $result');
});
return shellLinesController.stream;