From 2458b09f2e84421a0aaa8789b41c9453ae895e06 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 6 Jan 2024 00:52:37 +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 5b9f75f241..95cc054a3b 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.