Skip to content

Commit f754fba

Browse files
committed
mix format
1 parent d94b51e commit f754fba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/phoenix_container_example/autoscaling.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ defmodule PhoenixContainerExample.Autoscaling do
5454
# Utils
5555

5656
@doc "Make AWS RegisterScalableTarget request."
57-
@spec aws_request(map()) :: :ok | {:error, String.t}
57+
@spec aws_request(map()) :: :ok | {:error, String.t()}
5858
def aws_request(data) do
5959
result =
6060
data

0 commit comments

Comments
 (0)