fix: duplicated based on (#604)

main
bokuweb 2023-02-01 19:03:56 +09:00 committed by GitHub
parent bffbd468e3
commit f797f0c74e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -228,10 +228,6 @@ impl BuildXML for Style {
.add_child(&self.table_property);
}
if let Some(ref based_on) = self.based_on {
b = b.add_child(based_on)
}
if let Some(ref next) = self.next {
b = b.add_child(next)
}