Skip to content

Commit b0f33a7

Browse files
committed
ref: cargo fmt
1 parent 562646b commit b0f33a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/real.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ impl Client {
227227
let transport = Transport::new(dsn, options.user_agent.to_string());
228228
Client {
229229
options: options,
230-
transport: Some(Arc::new(transport))
230+
transport: Some(Arc::new(transport)),
231231
}
232232
}
233233

0 commit comments

Comments
 (0)