Skip to content

Commit

Permalink
Merge pull request #111 from Stars-Beyond/JSON-parsing-fixed-after-merge
Browse files Browse the repository at this point in the history
Updated JSON parse after merge
  • Loading branch information
tristanpoland authored Aug 8, 2024
2 parents 361f1ba + 960a2bb commit 89c787d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,4 +344,4 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
println!("{}", e);
}
Ok(())
}
}
2 changes: 1 addition & 1 deletion src/structs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,4 @@ pub struct Planet {
// ],
// };
// }
//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
2 changes: 1 addition & 1 deletion src/subsystems/core
Submodule core updated from 63a2de to c47bba

0 comments on commit 89c787d

Please sign in to comment.