Skip to content

Commit

Permalink
More dead code detected
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Mar 22, 2024
1 parent 5fc1f0c commit e3771c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ruby_event_store-browser/elm/src/BrowserTime.elm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaultTimeZone =


format : TimeZone -> Time.Posix -> String
format { zone, zoneName } time =
format { zone } time =
DateFormat.format
[ dayOfMonthFixed
, text "."
Expand Down
2 changes: 1 addition & 1 deletion ruby_event_store-browser/elm/src/Page/ShowStream.elm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ update msg model =


view : Model -> BrowserTime.TimeZone -> ( String, Html Msg )
view { streamName, events, relatedStreams, problems, flags, pagination } selectedTime =
view { streamName, events, relatedStreams, problems, flags } selectedTime =
let
title =
"Stream " ++ streamName
Expand Down

0 comments on commit e3771c6

Please sign in to comment.