Skip to content

Commit

Permalink
chore(userspace/falco): reverted file to master version.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Sep 6, 2024
1 parent 2c245ed commit 08aef99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion userspace/falco/app/actions/helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ void read_files(InputIterator begin, InputIterator end,

std::string rules_content((std::istreambuf_iterator<char>(is)),
std::istreambuf_iterator<char>());

rules_contents.emplace_back(std::move(rules_content));
}

Expand Down

0 comments on commit 08aef99

Please sign in to comment.