Skip to content

Commit c829bb4

Browse files
authored
Merge pull request #8 from itsdfish/auto-juliaformatter-pr
Automatic JuliaFormatter.jl run
2 parents d526390 + 24b2ee7 commit c829bb4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/api.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Perform initial setup after cards are delt, but before the game begins.
5858
"""
5959
function setup!(player::AbstractPlayer, ids)
6060
# intentionally blank
61-
end
61+
end

test/observations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ function run!(game, players)
5050
while !is_over(game, _players)
5151
play_round(game, _players, ids)
5252
end
53-
end
53+
end

0 commit comments

Comments
 (0)