mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 08:18:49 -07:00
fix indent
This commit is contained in:
parent
06daf21d8c
commit
2aac24c37e
@ -3,7 +3,7 @@
|
|||||||
namespace sodoff.Schema;
|
namespace sodoff.Schema;
|
||||||
|
|
||||||
[XmlRoot(ElementName = "Mission", Namespace = "")]
|
[XmlRoot(ElementName = "Mission", Namespace = "")]
|
||||||
[Serializable] // FIXME: Remove serializable once we have a different way of deep copying than BinaryFormatter
|
[Serializable]
|
||||||
public class Mission {
|
public class Mission {
|
||||||
public Mission() { }
|
public Mission() { }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user