Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
hnwyllmm committed Jan 15, 2024
1 parent 18b9107 commit 93d951b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/observer/net/cli_communicator.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ class CliCommunicator : public PlainCommunicator

private:
bool exit_ = false; ///< 是否需要退出

int write_fd_ = -1; ///< 与使用远程通讯模式不同,如果读数据使用标准输入,那么输出应该是标准输出
};

0 comments on commit 93d951b

Please sign in to comment.