Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
Signed-off-by: turuslan <[email protected]>
  • Loading branch information
turuslan committed Sep 17, 2024
1 parent ab3795e commit 890998c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/parachain/pvf/workers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ namespace kagome::parachain {

struct ProcessAndPipes : std::enable_shared_from_this<ProcessAndPipes> {
AsyncPipe pipe_stdin;
// NOLINTNEXTLINE(cppcoreguidelines-avoid-const-or-ref-data-members)
AsyncPipe &writer;
AsyncPipe pipe_stdout;
// NOLINTNEXTLINE(cppcoreguidelines-avoid-const-or-ref-data-members)
AsyncPipe &reader;
boost::process::child process;
std::shared_ptr<Buffer> writing = std::make_shared<Buffer>();
Expand Down

0 comments on commit 890998c

Please sign in to comment.