Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alanj853 committed Aug 29, 2020
1 parent 0743cc8 commit 7eed2b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/muontrap/port.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ defmodule MuonTrap.Port do
try do
port = Port.open({:spawn_executable, to_charlist(muontrap_path())}, opts)

_ = if force_close_port?(options),
do: send_port_close_after(port, Map.get(options, :force_close_port_after))
_ =
if force_close_port?(options),
do: send_port_close_after(port, Map.get(options, :force_close_port_after))

do_cmd(port, initial, fun)
catch
Expand Down

0 comments on commit 7eed2b4

Please sign in to comment.