commit | 99dc9c72e7dfa1c12517508ec36d0b29ca307427 | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Thu Oct 24 10:09:03 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Thu Nov 21 17:15:22 2019 +0000 |
tree | 42fc573c6c42e730a541aaed324ad4373170144d | |
parent | c0a1c8a0ecc55aef54e6f44ea89a4dd232e265a2 [diff] [blame] |
Fix a namespace closing comment Comment was incorrect, and probably leftover from a clang-format run. Tested: No tests needed. Only a comment Signed-off-by: Ed Tanous <ed.tanous@intel.com> Change-Id: I3f4cb86bc624b02d0bda536bcc66ce7c99882329
diff --git a/include/webassets.hpp b/include/webassets.hpp index aec7dba..847696a 100644 --- a/include/webassets.hpp +++ b/include/webassets.hpp
@@ -157,6 +157,6 @@ }); } } -} // namespace webassets +} } // namespace webassets } // namespace crow