From a2d883c42f674db216b526bb4a824e81dba893ac Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 19 Dec 2023 08:30:55 +0100 Subject: [PATCH] style: whitespaces trimmed to make pre-commit happy --- docs/users_guide/framework_basics/the_affine_space.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/framework_basics/the_affine_space.md b/docs/users_guide/framework_basics/the_affine_space.md index 7830c8a681..8281f8af8d 100644 --- a/docs/users_guide/framework_basics/the_affine_space.md +++ b/docs/users_guide/framework_basics/the_affine_space.md @@ -168,7 +168,7 @@ this specific quantity type. !!! tip Storing _points_ is the most efficient representation we can choose in this scenario: - + - to store a value, we read it directly from the instrument, and no additional transformation is needed, - to print the absolute value (e.g., odometer), we have the value available right away,