Skip to content

Commit

Permalink
Import cleaning in field.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hukadan committed May 12, 2024
1 parent 8138015 commit 9757c90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/models/field.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
use chrono::NaiveDate;

use crate::models::split_line::split_line;
use crate::models::store_links::{StoreLink, StoreLinks};

use std::fmt;

use super::game_status::{GameStatus, Status};
use crate::models::{
game_status::{GameStatus, Status},
split_line::split_line,
store_links::{StoreLink, StoreLinks},
};

/* ------------------------ FIELD ENUM -----------------------*/
/// The Field enum is a representations of a line
Expand Down

0 comments on commit 9757c90

Please sign in to comment.