Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Beyeler <[email protected]>
  • Loading branch information
Wumpf and abey79 authored Oct 25, 2024
1 parent 5a4fd0f commit 8f0c68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_viewer_context/src/viewer_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ impl<'a> ViewerContext<'a> {
.unwrap_or_else(||
{
// TODO(andreas): Is this operation common enough to cache the result? If so, here or in the reflection data?
// The nice thing about this would be that we could always give out references (but updating said cache wouldn't be easy in that case..)
// The nice thing about this would be that we could always give out references (but updating said cache wouldn't be easy in that case).
let datatype = self
.recording_store()
.lookup_datatype(&component)
Expand Down

0 comments on commit 8f0c68a

Please sign in to comment.