We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ec479 commit 7470bbdCopy full SHA for 7470bbd
crates/spidermonkey-embedding-splicer/src/bindgen.rs
@@ -1119,10 +1119,10 @@ impl EsmBindgen {
1119
};
1120
if let Some(alias) = interface_name_from_string(expt_name_sans_version)
1121
&& !self.exports.contains_key(&alias)
1122
- && !self.export_aliases.values().any(|_alias| &alias == _alias)
1123
- {
1124
- self.export_aliases.insert(expt_name.to_string(), alias);
1125
- }
+ && !self.export_aliases.values().any(|_alias| &alias == _alias)
+ {
+ self.export_aliases.insert(expt_name.to_string(), alias);
+ }
1126
}
1127
1128
0 commit comments