Skip to content

Commit 6381b03

Browse files
remove trailing whitespace
1 parent 4a9b434 commit 6381b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/conv.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ if (!(is(S : T) &&
10281028
{
10291029
enum aliasName = __traits(getAliasThis, S)[0];
10301030

1031-
static if (is(typeof(__traits(getMember, S.init, aliasName)) == class) &&
1031+
static if (is(typeof(__traits(getMember, S.init, aliasName)) == class) &&
10321032
__traits(compiles, __traits(getMember, S.init, aliasName).toString()))
10331033
{
10341034
auto aliasedValue = __traits(getMember, value, aliasName);

0 commit comments

Comments
 (0)