Skip to content

Commit

Permalink
Removed wrong ";"
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstinKeller committed Aug 12, 2024
1 parent b88ba93 commit 663129a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecal/core/src/types/ecal_custom_data_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ namespace eCAL

void IpAddressV4::throwException(const std::string& ip_address_ /*std::string("")*/)
{
throw std::invalid_argument("[IpAddressV4] No valid IP address: " + ip_address_)
throw std::invalid_argument("[IpAddressV4] No valid IP address: " + ip_address_);
}

std::string IpAddressV4::Get() const { return m_ip_address; }
Expand Down

0 comments on commit 663129a

Please sign in to comment.