Skip to content

Commit

Permalink
Clean up unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Apr 26, 2019
1 parent abc9c85 commit 4670802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/nerves/shell.ex
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ defmodule Mix.Nerves.Shell do
try do
:erlang.port_control(tty_port, @ctrl_op_get_winsize, [])
rescue
e in ArgumentError ->
_e in ArgumentError ->
:erlang.port_control(tty_port, @ctrl_op_get_winsize_otp_21_3, [])
end
|> :erlang.list_to_binary()
Expand Down

0 comments on commit 4670802

Please sign in to comment.