Skip to content

Commit 78c957f

Browse files
committed
Move fallthrough one line up
1 parent 87906df commit 78c957f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/runtime/DynamicCast.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,8 +862,8 @@ tryCastToString(
862862
destFailureType, srcFailureType,
863863
takeOnSuccess, mayDeferChecks);
864864
#endif
865-
}
866865
SWIFT_FALLTHROUGH;
866+
}
867867
default:
868868
return DynamicCastResult::Failure;
869869
}

0 commit comments

Comments
 (0)