Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pgourlain committed May 10, 2024
1 parent 4994d55 commit 751aab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/erlangbridge/src/lsp_signature.erl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ map_clause_args(Args) ->
({map, _,_}) -> {'Map', map};
({tuple, _, _}) -> {'Tuple', tuple};
({record, _, RecType, _}) -> {'Record', record_name(RecType)};
({tuple, _, _}) -> {'Tuple', tuple};
({cons, _, _, _}) -> {'List', list};
({nil, _}) -> {'List', nil};
({_,_,ArgName}) -> {ArgName, any};
Expand Down

0 comments on commit 751aab3

Please sign in to comment.