Skip to content

Commit

Permalink
mu-server: cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Aug 21, 2024
1 parent 407c6ed commit 687db1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/mu-server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,7 @@ Server::Private::invoke(const std::string& expr) noexcept
throw res.error();

} catch (const Mu::Error& me) {
output_sexp(make_error(me.code(), mu_format("{}",
me.what())));
output_sexp(make_error(me.code(), mu_format("{}", me.what())));
keep_going_ = true;
} catch (const Xapian::Error& xerr) {
output_sexp(make_error(Error::Code::Internal,
Expand Down

0 comments on commit 687db1a

Please sign in to comment.