Skip to content

Commit

Permalink
Use v1.13 formatting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 20, 2022
1 parent 4b05286 commit 148ad54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_doc/language.ex
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ defmodule ExDoc.Language do
%{
line: non_neg_integer() | nil,
specs: [spec_ast()],
doc_fallback: (-> ExDoc.DocAST.t()) | nil,
doc_fallback: (() -> ExDoc.DocAST.t()) | nil,
extra_annotations: [String.t()]
}
| :skip
Expand Down

0 comments on commit 148ad54

Please sign in to comment.