[NFC] clang-format.

This commit is contained in:
David Chisnall
2019-02-21 15:24:21 +00:00
committed by David Chisnall
parent 1892538ad1
commit 4036e54879

View File

@@ -1003,8 +1003,8 @@ namespace snmalloc
{
static_assert(
std::remove_reference_t<decltype(
large_allocator
.memory_provider)>::template pal_supports<LowMemoryNotification>(),
large_allocator.memory_provider)>::
template pal_supports<LowMemoryNotification>(),
"A lazy decommit strategy cannot be implemented on platforms "
"without low memory notifications");
}