aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-15 04:00:41 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-15 04:00:41 +0200
commita2c498464ff09969bc6a98e475b82d44002fabeb (patch)
tree3c2f023fefe151955d485759682808efa7ac5302 /server
parent07746a6c39bbb2ec8d933378fdc6c47e5aab8b4f (diff)
downloadhurrycurry-a2c498464ff09969bc6a98e475b82d44002fabeb.tar
hurrycurry-a2c498464ff09969bc6a98e475b82d44002fabeb.tar.bz2
hurrycurry-a2c498464ff09969bc6a98e475b82d44002fabeb.tar.zst
cleanup and remove specs dir
Diffstat (limited to 'server')
-rw-r--r--server/src/interaction.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/interaction.rs b/server/src/interaction.rs
index 2f58ed8f..c0fa5731 100644
--- a/server/src/interaction.rs
+++ b/server/src/interaction.rs
@@ -1,4 +1,3 @@
-use hurrycurry_client_lib::{Involvement, Item};
/*
Hurry Curry! - a game about cooking
Copyright 2024 metamuffin
@@ -16,6 +15,7 @@ use hurrycurry_client_lib::{Involvement, Item};
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
+use hurrycurry_client_lib::{Involvement, Item};
use hurrycurry_protocol::{Gamedata, Recipe, Score, TileIndex};
use log::info;