From 8658df818fd82435736db53899b2d65b79746410 Mon Sep 17 00:00:00 2001 From: Derek Blankenship Date: Fri, 28 Jun 2024 15:52:12 -0700 Subject: [PATCH] elm format again --- component-catalog/src/Examples/UiIcon.elm | 6 +++--- script/templates/icon-collection-example.elm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/component-catalog/src/Examples/UiIcon.elm b/component-catalog/src/Examples/UiIcon.elm index 470e7c06..ead9b676 100644 --- a/component-catalog/src/Examples/UiIcon.elm +++ b/component-catalog/src/Examples/UiIcon.elm @@ -89,9 +89,9 @@ all = , ( "gift", UiIcon.gift, [] ) , ( "openInNewTab", UiIcon.openInNewTab, [] ) , ( "sync", UiIcon.sync, [] ) - , ( "delete", UiIcon.delete, []) - , ( "addSticker", UiIcon.addSticker, []) - , ( "circle", UiIcon.circle, []) + , ( "delete", UiIcon.delete, [] ) + , ( "addSticker", UiIcon.addSticker, [] ) + , ( "circle", UiIcon.circle, [] ) ] ) , ( "Guidance" diff --git a/script/templates/icon-collection-example.elm b/script/templates/icon-collection-example.elm index 3cf20e29..5239c50d 100644 --- a/script/templates/icon-collection-example.elm +++ b/script/templates/icon-collection-example.elm @@ -8,7 +8,7 @@ module Examples.COLLECTION_NAME exposing (example, State, Msg) import Code import Example exposing (Example) -import IconExamples as IconExamples exposing (Group) +import IconExamples exposing (Group) import Nri.Ui.COLLECTION_NAME.V1 as COLLECTION_NAME