Skip to content

Commit

Permalink
ref: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Apr 23, 2018
1 parent 562646b commit b0f33a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/real.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ impl Client {
let transport = Transport::new(dsn, options.user_agent.to_string());
Client {
options: options,
transport: Some(Arc::new(transport))
transport: Some(Arc::new(transport)),
}
}

Expand Down

0 comments on commit b0f33a7

Please sign in to comment.