From 02a5c53aed1ca583ba016e778368d66bf4a210ae Mon Sep 17 00:00:00 2001 From: Folkert Date: Mon, 19 Jun 2023 22:09:35 +0200 Subject: [PATCH] format --- examples/glue/glue.roc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/glue/glue.roc b/examples/glue/glue.roc index 6bff6cc787..f6722e32f8 100644 --- a/examples/glue/glue.roc +++ b/examples/glue/glue.roc @@ -4,7 +4,7 @@ app "rocLovesRust" provides [main] to pf main = - msg = "Roc <3 Rust, also on stderr!\n" + msg = "Roc <3 Rust, also on stderr!\n" StdoutWrite "Roc <3 Rust!\n" \{} -> StderrWrite msg \{} -> Done