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 a4762f9 commit 18b9107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/observer/net/cli_communicator.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ class CliCommunicator : public PlainCommunicator
bool exit() const { return exit_; }

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

0 comments on commit 18b9107

Please sign in to comment.