fixed codestyle.

This commit is contained in:
Saw-mon & Natalie 2023-05-21 16:59:40 +01:00 committed by Anton Bukov
parent 84918fb01e
commit c6e73707c7
4 changed files with 7 additions and 6 deletions

View File

@ -3398,7 +3398,8 @@ bool TypeChecker::visit(MemberAccess const& _memberAccess)
auto accessedStructType = dynamic_cast<StructType const*>(magicType->typeArgument());
solAssert(accessedStructType, "typehash requested on a non struct type.");
if (accessedStructType->recursive()) {
if (accessedStructType->recursive())
{
m_errorReporter.typeError(
9298_error,
_memberAccess.location(),