Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Oct 27, 2023
1 parent f5c87f3 commit c5ce370
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/elm/Pages/Hooks.elm
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ renderHookError hook =
|> Array.toList
|> List.filterMap identity

msgRow =
msgRow =
case hook.status of
"skipped" ->
tr [ class "skipped-data", Util.testAttribute "hooks-skipped" ]
Expand All @@ -219,14 +219,14 @@ renderHookError hook =
lines
]
]

_ ->
tr [ class "error-data", Util.testAttribute "hooks-error" ]
[ td [ attribute "colspan" "6" ]
[ code [ class "error-content" ]
lines
]
]

in
msgRow

Expand Down
1 change: 1 addition & 0 deletions src/elm/SvgBuilder.elm
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ hookSuccess =
, Svg.path [ attribute "vector-effect" "non-scaling-stroke", d "M43 22v16.333A4.668 4.668 0 0138.333 43H5.667A4.668 4.668 0 011 38.333V5.667A4.668 4.668 0 015.667 1h25.666" ] []
]


{-| hookSkipped: produces the svg for the hook status skipped
-}
hookSkipped : Html msg
Expand Down

0 comments on commit c5ce370

Please sign in to comment.