diff --git a/02. PARA/03. Resources(資源)/C++17/lambda.md b/02. PARA/03. Resources(資源)/C++17/lambda.md index 1bd27ac..17dbc35 100644 --- a/02. PARA/03. Resources(資源)/C++17/lambda.md +++ b/02. PARA/03. Resources(資源)/C++17/lambda.md @@ -219,4 +219,4 @@ private: uint32_t bufferSize = 0; std::unique_ptr buffer = nullptr; }; -``` \ No newline at end of file +```