From fa870e3d4ccd6dfd0a9a8f2c608721a7251114e2 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sun, 24 Apr 2022 16:44:35 +0200 Subject: Remove not needed clang-format off comments Can be reviewed with --word-diff-regex=. --ignore-all-space --- src/zmq/zmqrpc.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/zmq') diff --git a/src/zmq/zmqrpc.cpp b/src/zmq/zmqrpc.cpp index f9f8b5a9dc..ec6d1cbba3 100644 --- a/src/zmq/zmqrpc.cpp +++ b/src/zmq/zmqrpc.cpp @@ -51,10 +51,8 @@ static RPCHelpMan getzmqnotifications() }; } -const CRPCCommand commands[] = -{ // category actor (function) - // ----------------- ----------------------- - { "zmq", &getzmqnotifications, }, +const CRPCCommand commands[]{ + {"zmq", &getzmqnotifications}, }; } // anonymous namespace -- cgit v1.2.3