fix formatting
This commit is contained in:
parent
478fb0649a
commit
9d0abeb014
@ -44,10 +44,7 @@ impl Scene {
|
||||
}
|
||||
|
||||
// TODO: move to AssetSaver when it is implemented
|
||||
pub fn serialize_ron(
|
||||
&self,
|
||||
registry: &PropertyTypeRegistry,
|
||||
) -> Result<String, ron::Error> {
|
||||
pub fn serialize_ron(&self, registry: &PropertyTypeRegistry) -> Result<String, ron::Error> {
|
||||
serialize_ron(SceneSerializer::new(self, registry))
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user