Skip to content

Commit

Permalink
Declare @impl explicitly
Browse files Browse the repository at this point in the history
It is considered a good practice to mark the concrete behavior that a
method belongs to.
  • Loading branch information
Glutexo committed Nov 4, 2023
1 parent 76d8c2c commit d2919a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/onigumo/downloader.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Onigumo.Downloader do
"""
@behaviour Onigumo.Component

@impl true
@impl Onigumo.Component
def main(root_path) do
http_client().start()

Expand Down

0 comments on commit d2919a9

Please sign in to comment.