From e3c498c93627dc28784efed0ac50f095e8da61cc Mon Sep 17 00:00:00 2001 From: "Ivan.Yang" Date: Fri, 22 May 2020 00:01:16 -0700 Subject: [PATCH] Update 02-usability.md Fix code format issue --- book/en-us/02-usability.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/en-us/02-usability.md b/book/en-us/02-usability.md index 9b11e09c..a2adbe9a 100644 --- a/book/en-us/02-usability.md +++ b/book/en-us/02-usability.md @@ -874,7 +874,7 @@ What we mainly mentioned above is a form of template parameters: type template p ```cpp template - auto add(T t, U u) { +auto add(T t, U u) { return t+u; } ``` @@ -1126,4 +1126,4 @@ This section introduces the enhancements to language usability in modern C++, wh ## Licenses -Creative Commons License
This work was written by [Ou Changkun](https://changkun.de) and licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. The code of this repository is open sourced under the [MIT license](../../LICENSE). \ No newline at end of file +Creative Commons License
This work was written by [Ou Changkun](https://changkun.de) and licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. The code of this repository is open sourced under the [MIT license](../../LICENSE).