From 6f18ec3142d207f13ee813e53896da6272e07050 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 21 Dec 2023 12:25:10 +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 7830c8a6..8281f8af 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,