formatting

This commit is contained in:
Avi Zimmerman
2021-01-03 16:04:53 +02:00
parent 332eb69f50
commit d0636a5fde

View File

@@ -91,7 +91,7 @@ func main() {
mainLoop.Run()
// Destroy the pipeline
if err := pipeline.Destroy() ; err != nil {
if err := pipeline.Destroy(); err != nil {
fmt.Println("Error destroying the pipeline:", err)
}
}