We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081bdb3 commit 31af3feCopy full SHA for 31af3fe
crates/utils/re_mcap/src/layers/ros2_reflection.rs
@@ -167,7 +167,7 @@ fn create_empty_message_chunk(
167
timelines: IntMap<TimelineName, TimeColumn>,
168
num_rows: usize,
169
archetype_name: &str,
170
-) -> Result<Chunk, anyhow::Error> {
+) -> anyhow::Result<Chunk> {
171
let empty_list = arrow::array::ListArray::new_null(
172
std::sync::Arc::new(Field::new(
173
"empty",
0 commit comments