Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNeck committed Jul 17, 2023
1 parent e017ab0 commit b6ffc5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/recode/runner.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ defmodule Recode.Runner do
@moduledoc false

alias Recode.Runner
alias Rewrite.Project

@type config :: keyword()
@type opts :: keyword()
@type task :: {module(), opts()}

@callback run(config) :: Project.t()
@callback run(config) :: Rewrite.t()
@callback run(String.t(), config) :: String.t()
@callback run(String.t(), config, Path.t()) :: String.t()

Expand Down

0 comments on commit b6ffc5e

Please sign in to comment.