Skip to content

Commit 33ebdfa

Browse files
committed
cargo fmt
1 parent 42a23c9 commit 33ebdfa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cross/send_data_tcp/src/main.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,7 @@ fn main() -> ! {
171171
mode,
172172
&mut delay,
173173
&mut |tcp_client| {
174-
defmt::info!(
175-
"TCP connection to {:?}:{:?} successful",
176-
hostname,
177-
port
178-
);
174+
defmt::info!("TCP connection to {:?}:{:?} successful", hostname, port);
179175
defmt::info!("Hostname: {:?}", tcp_client.server_hostname());
180176
defmt::info!("Sending HTTP Document: {:?}", http_document.as_str());
181177
match tcp_client.send_data(&http_document) {

0 commit comments

Comments
 (0)