[clean] clean code
This commit is contained in:
parent
ddbf9a6aae
commit
7bd09a3904
|
|
@ -49,7 +49,7 @@ class ConverterService {
|
|||
await shell.run('''
|
||||
$ffmpegPath $command
|
||||
''').then((result) {
|
||||
debugPrint('Analyse result: ${result}');
|
||||
debugPrint('Analyse result: $result');
|
||||
});
|
||||
|
||||
return shellLinesController.stream;
|
||||
|
|
|
|||
Loading…
Reference in New Issue