Skip to content

Commit

Permalink
chore(libsinsp): remove redundant semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <[email protected]>
  • Loading branch information
alacuku authored and poiana committed Dec 13, 2023
1 parent 1cef7b4 commit 3a92e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libsinsp/cri.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ bool cri_interface<api>::parse(const libsinsp::cgroup_limits::cgroup_limits_key
{
if(pair.second.length() <= sinsp_container_info::m_container_label_max_length)
{
container.m_labels[pair.first] = pair.second;;
container.m_labels[pair.first] = pair.second;
}
}
return true;
Expand Down

0 comments on commit 3a92e8a

Please sign in to comment.