From d0636a5fde29e118f5d014fecb82f0b04d434c71 Mon Sep 17 00:00:00 2001 From: Avi Zimmerman Date: Sun, 3 Jan 2021 16:04:53 +0200 Subject: [PATCH] formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14b95cf..766f7f0 100644 --- a/README.md +++ b/README.md @@ -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) } }