Skip to content

Commit

Permalink
Prefer same variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Mar 22, 2024
1 parent e3771c6 commit 1c11049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby_event_store-browser/elm/src/Search.elm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ update msg model =
)


view : Model msg -> Html Msg
view : Model a -> Html Msg
view model =
form [ onSubmit (GoToStream model.value) ]
[ div [ class "relative" ]
Expand Down

0 comments on commit 1c11049

Please sign in to comment.