Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Aug 18, 2023
1 parent d3e625c commit 99fd1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/js-component-bindgen/src/function_bindgen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ impl Bindgen for FunctionBindgen<'_> {
if self.cur_resource_borrows.len() > 0 {
let resource_symbol = self.intrinsic(Intrinsic::ResourceSymbol);
for resource in &self.cur_resource_borrows {
uwriteln!(self.src,
uwriteln!(self.src,
"Object.defineProperty({resource}, {resource_symbol}, {{ value: null }});"
);
}
Expand Down

0 comments on commit 99fd1d7

Please sign in to comment.