Skip to content

Commit

Permalink
cargo format
Browse files Browse the repository at this point in the history
  • Loading branch information
Eein committed Nov 6, 2022
1 parent 45c94d8 commit 95d5e7b
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 132 deletions.
3 changes: 1 addition & 2 deletions src/data/zone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use phf::phf_map;
pub struct ZoneDescription {
name: &'static str,
region: &'static str,
ring: u8
ring: u8,
}

// pub struct RegionDescription {
Expand Down Expand Up @@ -210,4 +210,3 @@ pub static AREAS: phf::Map<u8, ZoneDescription> = phf_map! {
195_u8 => ZoneDescription{name: "The Gate of Finis", region: "Highlands", ring: 3},
196_u8 => ZoneDescription{name: "Journey's End", region: "Highlands", ring: 3},
};

Loading

0 comments on commit 95d5e7b

Please sign in to comment.