mirror of
https://github.com/AnnulusGames/Alchemy.git
synced 2025-01-22 00:08:53 -05:00
Remove: Unnecessary semicolon
This commit is contained in:
parent
c1e345b85f
commit
2f1e668c9c
@ -105,7 +105,7 @@ namespace Alchemy.Editor.Elements
|
|||||||
case PropertyListView propertyListView:
|
case PropertyListView propertyListView:
|
||||||
propertyListView.Label = value;
|
propertyListView.Label = value;
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user