Remove empty line between doc comment and unittest (#10705)

This commit is contained in:
Elias Batek 2025-03-23 09:23:10 +01:00 committed by GitHub
parent 3dc8091758
commit 12f99e5fff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2369,7 +2369,6 @@ if (isConvertibleToString!R)
}
///
@safe unittest
{
import std.exception : assertThrown;