From 36e90f571e6f18dd56264408792d52c7b8639174 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Wed, 19 Jul 2023 11:51:18 -0500 Subject: [PATCH] format Elm projects --- sample-projects/elm/src/KitchenSink.elm | 1 + 1 file changed, 1 insertion(+) diff --git a/sample-projects/elm/src/KitchenSink.elm b/sample-projects/elm/src/KitchenSink.elm index ce3daf1..f6873f1 100644 --- a/sample-projects/elm/src/KitchenSink.elm +++ b/sample-projects/elm/src/KitchenSink.elm @@ -51,6 +51,7 @@ port outgoingPort : Int -> Cmd msg port incomingPort : Sub Int + someCoolRecord : { foo : Int, bar : Int } someCoolRecord = { foo = 1