Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kobkaz committed Feb 22, 2024
1 parent 909e76d commit e904525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tlmcmddb-csv/src/tlm/telemetry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ where
Ok(model::Telemetry {
name: telemetry_name,
metadata,
entries,
content: model::Content::Struct(entries),
})
}

0 comments on commit e904525

Please sign in to comment.