Skip to content

Fix fallthrough warning in switch statement

Add an explicit break in switch statement to silence fallthrough warning.

Merge request reports