From 7bd09a39044e67ff26a33b2e8de033ebda5d9d16 Mon Sep 17 00:00:00 2001 From: jscampucci Date: Tue, 25 Jun 2024 10:10:57 +0200 Subject: [PATCH] [clean] clean code --- lib/services/converter.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/converter.dart b/lib/services/converter.dart index 1344836..24e88f9 100644 --- a/lib/services/converter.dart +++ b/lib/services/converter.dart @@ -49,7 +49,7 @@ class ConverterService { await shell.run(''' $ffmpegPath $command ''').then((result) { - debugPrint('Analyse result: ${result}'); + debugPrint('Analyse result: $result'); }); return shellLinesController.stream;