Remove: Unnecessary semicolon

This commit is contained in:
yuyu0127 2024-03-17 00:24:21 +09:00
parent c1e345b85f
commit 2f1e668c9c

View File

@ -105,7 +105,7 @@ namespace Alchemy.Editor.Elements
case PropertyListView propertyListView:
propertyListView.Label = value;
break;
};
}
}
}
}