From d2756b97e381409a853d2780f4a233c493e49f36 Mon Sep 17 00:00:00 2001 From: Chaoguang Lin Date: Wed, 25 Aug 2021 12:08:27 -0700 Subject: [PATCH] Add new lines in the two added files --- fdbcli/ExpensiveDataCheckCommand.actor.cpp | 2 +- fdbcli/SuspendCommand.actor.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fdbcli/ExpensiveDataCheckCommand.actor.cpp b/fdbcli/ExpensiveDataCheckCommand.actor.cpp index 33dfaeacd0..44dc2ad9fa 100644 --- a/fdbcli/ExpensiveDataCheckCommand.actor.cpp +++ b/fdbcli/ExpensiveDataCheckCommand.actor.cpp @@ -94,4 +94,4 @@ ACTOR Future expensiveDataCheckCommandActor( } // hidden commands, no help text for now CommandFactory expensiveDataCheckFactory("expensive_data_check"); -} // namespace fdb_cli \ No newline at end of file +} // namespace fdb_cli diff --git a/fdbcli/SuspendCommand.actor.cpp b/fdbcli/SuspendCommand.actor.cpp index 0d43c82c7b..10300a66e6 100644 --- a/fdbcli/SuspendCommand.actor.cpp +++ b/fdbcli/SuspendCommand.actor.cpp @@ -97,4 +97,4 @@ CommandFactory suspendFactory( "If no parameters are specified, populates the list of processes which can be suspended. Processes cannot be " "suspended before this list has been populated.\n\nFor each IP:port pair in , attempt to suspend " "the processes for the specified SECONDS after which the process will die.")); -} // namespace fdb_cli \ No newline at end of file +} // namespace fdb_cli