Skip to content

Commit 8d27231

Browse files
committed
Address pedantic error.
1 parent 736a9cc commit 8d27231

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zmq/certificate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ bool certificate::derive(config::sodium& out_public,
7070
static inline bool ok_setting(const std::string& key)
7171
{
7272
return key.find_first_of('#') == std::string::npos;
73-
};
73+
}
7474

7575
bool certificate::create(config::sodium& out_public,
7676
config::sodium& out_private, bool setting)

0 commit comments

Comments
 (0)