We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94b51e commit f754fbaCopy full SHA for f754fba
1 file changed
lib/phoenix_container_example/autoscaling.ex
@@ -54,7 +54,7 @@ defmodule PhoenixContainerExample.Autoscaling do
54
# Utils
55
56
@doc "Make AWS RegisterScalableTarget request."
57
- @spec aws_request(map()) :: :ok | {:error, String.t}
+ @spec aws_request(map()) :: :ok | {:error, String.t()}
58
def aws_request(data) do
59
result =
60
data
0 commit comments