Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Sanchez committed Mar 12, 2024
1 parent c7f2536 commit 0e3c0ff
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ defmodule ArenaLoadTest.GameSocketHandler do
%Serialization.Attack{
skill: "1",
parameters: %Serialization.AttackParameters{
target: %Serialization.Direction{
x: x,
y: y
}
target: %Serialization.Direction{
x: x,
y: y
}
}
}},
timestamp: timestamp
Expand Down

0 comments on commit 0e3c0ff

Please sign in to comment.