Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
n1rvana committed Aug 23, 2014
1 parent 085492b commit 4e684b2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/flaky/server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,7 @@ defmodule Flaky.Server do
end
end

<<<<<<< HEAD
def handle_cast({ :push, new }, stack) do
{ :noreply, [new|stack] }
end

def time do
=======
defp time do
>>>>>>> 1ae5dcdfa3ed0dc5b78941a1fd8c6f1b6487b5b7
{mega_seconds, seconds, micro_seconds} = :os.timestamp
1_000_000_000*mega_seconds + seconds*1_000 + :erlang.trunc(micro_seconds/1_000)
end
Expand Down

0 comments on commit 4e684b2

Please sign in to comment.