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