Skip to content

Commit

Permalink
fixup: format
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiejd committed Feb 3, 2025
1 parent 95f9003 commit 3cb32a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/state_mediator/lib/state_mediator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ defmodule StateMediator do
# See http://elixir-lang.org/docs/stable/elixir/Application.html
# for more information on OTP Applications
def start(_type, _args) do

crowding_source = app_value(:commuter_rail_crowding, :source)

children =
children(Application.get_env(:state_mediator, :start)) ++
crowding_children(
Expand Down
8 changes: 4 additions & 4 deletions apps/state_mediator/lib/state_mediator/s3_mediator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ defmodule StateMediator.S3Mediator do
end

defp fetch(%{bucket_arn: bucket_arn, object: object} = state) do
bucket_arn
|> S3.get_object(object)
|> ExAws.request()
|> handle_response(state)
bucket_arn
|> S3.get_object(object)
|> ExAws.request()
|> handle_response(state)
end

def handle_response(
Expand Down

0 comments on commit 3cb32a5

Please sign in to comment.