Skip to content

Commit

Permalink
Resolve minor spacing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed Dec 2, 2020
1 parent 25dfbab commit d0c387a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/eternal/supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ defmodule Eternal.Supervisor do

# Conditionally compile child specifications based on Elixir version.
if Version.match?(System.version(), ">= 1.5.0") do

# Creates a child spec using the >= v1.5 Elixir formatting and options.
defp init_children(arguments), do: [
%{ id: Server.One, start: { Eternal.Server, :start_link, arguments }},
Expand Down

0 comments on commit d0c387a

Please sign in to comment.