mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 06:30:19 +00:00
fix formatting
This commit is contained in:
parent
478fb0649a
commit
9d0abeb014
1 changed files with 1 additions and 4 deletions
|
@ -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 a new issue