From b73574a32bf0366ad6800c690e9dce2be7d6e892 Mon Sep 17 00:00:00 2001 From: Alex Campos Date: Fri, 10 May 2019 12:14:15 -0700 Subject: [PATCH] Fix whitespace in end of line --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 80938b0..04b6058 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -17529,7 +17529,7 @@ Because that's the best we can do without direct concept support. ##### Example template - enable_if_t> + enable_if_t> f(T v) { // ...