From 03e865e2edf93e1499cbeffd6ea9b87c5146b943 Mon Sep 17 00:00:00 2001 From: Antoine Beyeler Date: Mon, 11 Dec 2023 15:42:55 +0100 Subject: [PATCH] Trailing whitespace.... --- ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 70aee9ba72dad..d345b76e7aa4c 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -134,7 +134,7 @@ Update instructions: | re_renderer | A wgpu-based renderer for all your visualization needs. | | re_space_view | Types & utilities for defining Space View classes and communicating with the Viewport. | | re_space_view_bar_chart | A Space View that shows a single bar chart. | -| re_space_view_dataframe | A Space View that shows the data contained in entities in a table. | +| re_space_view_dataframe | A Space View that shows the data contained in entities in a table. | | re_space_view_spatial | Space Views that show entities in a 2D or 3D spatial relationship. | | re_space_view_tensor | A Space View dedicated to visualizing tensors with arbitrary dimensionality. | | re_space_view_text_document | A simple Space View that shows a single text box. |