Skip to content

Commit 27ee853

Browse files
committed
fmt fix
1 parent 49c2070 commit 27ee853

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opentelemetry-sdk/src/logs/log_processor.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,8 @@ impl BatchLogProcessor {
394394
}
395395
}
396396
}
397-
}).expect("Thread spawn failed."); //TODO: Handle thread spawn failure
397+
})
398+
.expect("Thread spawn failed."); //TODO: Handle thread spawn failure
398399

399400
// Return batch processor with link to worker
400401
BatchLogProcessor {

0 commit comments

Comments
 (0)