Skip to content

Commit

Permalink
Revert "Reapply "dummy comment""
Browse files Browse the repository at this point in the history
This reverts commit e5afdef.
  • Loading branch information
overlookmotel committed Dec 19, 2024
1 parent e5afdef commit ab8a251
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/oxc_transformer/src/jsx/refresh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,6 @@ impl<'a, 'ctx> Traverse<'a> for ReactRefresh<'a, 'ctx> {
Entry::Vacant(entry) => entry.insert(String::with_capacity(key_len)),
};

// Dummy comment to re-run benchmark

// `hook_name{{declarator_id(args_key)}}` or `hook_name{{declarator_id}}`
let old_len = string.len();

Expand Down

0 comments on commit ab8a251

Please sign in to comment.