Skip to content

Commit

Permalink
[dap] export missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
hajduakos committed May 6, 2021
1 parent 8e20bf2 commit 9f7a078
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/els_dap/src/els_dap_breakpoints.erl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
-type expression() :: string().
-type function_break() :: {atom(), non_neg_integer()}.

-export_type([breakpoints/0]).
-export_type([ breakpoints/0
, line_breaks/0]).

-spec type(breakpoints(), module(), line()) -> line_breaks().
type(Breakpoints, Module, Line) ->
Expand Down

0 comments on commit 9f7a078

Please sign in to comment.