From 78dedb1d1c13c115070e2a55535f810ea539e7be Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 6 Jan 2024 08:51:01 +0100 Subject: [PATCH] style: whitespaces fixed in "Wide Compatibility" to make pre-commit happy --- docs/users_guide/use_cases/wide_compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/use_cases/wide_compatibility.md b/docs/users_guide/use_cases/wide_compatibility.md index 5b9f75f24..95cc054a3 100644 --- a/docs/users_guide/use_cases/wide_compatibility.md +++ b/docs/users_guide/use_cases/wide_compatibility.md @@ -119,7 +119,7 @@ your code using **mp-units**: !!! tip Depending on your preferences, you can either write: - + - terse code directly targeting your specific compiler's abilities, - verbose code using preprocessor branches and macros that provide the widest compatibility across various compilers.