[clean] clean code

This commit is contained in:
jscampucci 2024-06-25 10:10:57 +02:00
parent ddbf9a6aae
commit 7bd09a3904
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;