Skip to content

Commit

Permalink
Format Rust code using rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 18, 2024
1 parent 043ef80 commit e8201d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cosmos_client/src/projectiles/lasers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ fn lasers_netty(
}
}

let causer = causer
.map(|c| network_mapping.client_from_server(&c.0))
.and_then(|e| e.map(Causer));
let causer = causer.map(|c| network_mapping.client_from_server(&c.0)).and_then(|e| e.map(Causer));

fn color_hash(color: Srgba) -> u32 {
let (r, g, b, a) = (
Expand Down

0 comments on commit e8201d1

Please sign in to comment.