diff --git a/include/xrpl/beast/utility/temp_dir.h b/include/xrpl/beast/utility/temp_dir.h index 66d0193a8b..422948f148 100644 --- a/include/xrpl/beast/utility/temp_dir.h +++ b/include/xrpl/beast/utility/temp_dir.h @@ -40,8 +40,7 @@ uniqueRandomPath( if (!exists) return candidate; } - throw std::runtime_error( - "Unable to generate a unique path under '" + base.string() + "'"); + throw std::runtime_error("Unable to generate a unique path under '" + base.string() + "'"); } /** RAII temporary directory.