From 4dc8ca29f93d19e808cb02d06daeea9ad7bb23d4 Mon Sep 17 00:00:00 2001 From: Kenny Weiss Date: Tue, 24 Jan 2023 12:16:42 -0800 Subject: [PATCH] Adds newline to README Per PR suggestion. --- src/thirdparty/axom/fmt/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thirdparty/axom/fmt/README b/src/thirdparty/axom/fmt/README index 12a66b7f47..e6c28d5809 100644 --- a/src/thirdparty/axom/fmt/README +++ b/src/thirdparty/axom/fmt/README @@ -13,4 +13,4 @@ We also put fmt in the axom namespace to isolate it from other libraries that mi * Add `} \` to `AXOM_FMT_END_NAMESPACE` in `fmt/core.h` * Apply `src/thirdparty/axom/fmt/xl_printf.patch` -- bugfix for XL compiler * Apply `src/thirdparty/axom/fmt/hipcc_long_double.patch` -- bugfix for dealing with `long double` type on EAS architecture with hip compiler -* Apply `src/thirdparty/axom/fmt/runtime_error.patch` -- workaround for dealing with `std::runtime_error` bug in nvcc \ No newline at end of file +* Apply `src/thirdparty/axom/fmt/runtime_error.patch` -- workaround for dealing with `std::runtime_error` bug in nvcc