mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
Fix style (#9074)
This commit is contained in:
parent
81ce86ef67
commit
dc4c187b2b
1 changed files with 1 additions and 1 deletions
|
@ -923,7 +923,7 @@ if (!is(S : T) &&
|
|||
{
|
||||
ti = tc.base;
|
||||
}
|
||||
if (auto tinf = (cast(TypeInfo_Interface) ti))
|
||||
if (auto tinf = cast(TypeInfo_Interface) ti)
|
||||
{
|
||||
ti = tinf.info;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue