Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfort committed Oct 24, 2021
1 parent 00a74dc commit 6fbbb10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/genome.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pub struct Genome {
}

impl Genome {

/// return a new, empty Genome object
fn new() -> Self {
Genome {
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ async fn main() -> Result<(), Error> {
Ok(())
}


/// HTTP handler for GET /
async fn say_hello() -> String {
"Hello, World!\n".to_string()
Expand Down

0 comments on commit 6fbbb10

Please sign in to comment.