Skip to content

Commit

Permalink
style: remove meaningless blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
PokIsemaine committed Jul 8, 2024
1 parent dcb37c1 commit 1eac02d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/redis_connection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ void Connection::ExecuteCommands(std::deque<CommandTokens> *to_process_cmds) {

const auto &attributes = current_cmd->GetAttributes();
auto cmd_name = attributes->name;

auto cmd_flags = attributes->GenerateFlags(cmd_tokens);

if (GetNamespace().empty()) {
Expand Down

0 comments on commit 1eac02d

Please sign in to comment.