Skip to content

Commit

Permalink
Making clean code as per issue #855 (#122)
Browse files Browse the repository at this point in the history
* Making clean code as per issue #855

Co-authored-by: Shivang Vijay <[email protected]>
  • Loading branch information
shivangvijay and Shivang Vijay authored Mar 5, 2024
1 parent 02dddff commit 16ff4d0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions rmw_zenoh_cpp/src/detail/type_support.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@
#include "type_support.hpp"

TypeSupport::TypeSupport()
{
max_size_bound_ = false;
is_plain_ = false;
type_size_ = 0;
}
: max_size_bound_(false), is_plain_(false), type_size_(0) {}

void TypeSupport::set_name(const char * name)
{
Expand Down

0 comments on commit 16ff4d0

Please sign in to comment.