Skip to content

Commit 31af3fe

Browse files
committed
rust-analyzer refactor artifact
1 parent 081bdb3 commit 31af3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/utils/re_mcap/src/layers/ros2_reflection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ fn create_empty_message_chunk(
167167
timelines: IntMap<TimelineName, TimeColumn>,
168168
num_rows: usize,
169169
archetype_name: &str,
170-
) -> Result<Chunk, anyhow::Error> {
170+
) -> anyhow::Result<Chunk> {
171171
let empty_list = arrow::array::ListArray::new_null(
172172
std::sync::Arc::new(Field::new(
173173
"empty",

0 commit comments

Comments
 (0)