Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmolder committed Dec 14, 2018
1 parent 83085a8 commit ed5133e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua-agent/protocol.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ function protocol.createChangeMsg(move, state)
opp = ';OPP',
endTurn = ';END'
}

local sideToMove = state:getSideToMove()

local sideToMove = state:getSideToMove()
local turn

if (sideToMove == state:getOurSide()) then
Expand Down

0 comments on commit ed5133e

Please sign in to comment.