Skip to content

Commit a9d4cdb

Browse files
committed
Minor code formatting fix
1 parent 64c58f2 commit a9d4cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/iex/lib/iex/server.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ defmodule IEx.Server do
8282

8383
io_put result
8484

85-
config = config.result(result)
86-
update_history(config.cache(code).scope(nil))
85+
config = config.cache(code).scope(nil).result(result)
86+
update_history(config)
8787
config.update_counter(&1+1).cache('').binding(new_binding).scope(scope).result(nil)
8888

8989
{ :error, { line_no, error, token } } ->

0 commit comments

Comments
 (0)