From 2b9bdd0f97172514efe265a517653c4e49d89f55 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 18 May 2023 22:23:05 +0200 Subject: [PATCH] Cleanup: whitespace. --- src/lib/exceptions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index ace7a1c00..80d4801da 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -466,8 +466,8 @@ class PrivilegeError : public std::runtime_error { public: explicit PrivilegeError (std::string s) - : std::runtime_error (s) - {} + : std::runtime_error (s) + {} }; -- 2.30.2