Skip to content

Commit e3cdb51

Browse files
committed
Syntax cleanup
1 parent a8b366f commit e3cdb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/tasks/exq.run.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Mix.Tasks.Exq.Run do
33

44
@shortdoc "Starts the Exq worker"
55

6-
def run(args) do
6+
def run(_args) do
77
Exq.start_link
88
IO.puts "Started Exq"
99
:timer.sleep(:infinity)

0 commit comments

Comments
 (0)