Skip to content

Commit b6282ce

Browse files
committed
Add missing namespace comment
1 parent 23c91c0 commit b6282ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/tao/json/traits.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@ namespace tao
333333
return type::NULL_ > type::DOUBLE;
334334
}
335335
};
336-
}
336+
337+
} // namespace internal
337338

338339
// clang-format off
339340
template<> struct traits< signed char > : internal::signed_trait< signed char > {};

0 commit comments

Comments
 (0)