Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 93ef504

Browse files
committed
fmt and clippy issues
1 parent 46cb327 commit 93ef504

File tree

1 file changed

+1
-1
lines changed
  • crates/rome_js_analyze/src/semantic_analyzers/nursery

1 file changed

+1
-1
lines changed

crates/rome_js_analyze/src/semantic_analyzers/nursery/use_const.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ declare_rule! {
4949
/// a = 3;
5050
/// console.log(a);
5151
/// ```
52-
///
52+
///
5353
/// ```js
5454
/// let a = 1, b = 2;
5555
/// b = 3;

0 commit comments

Comments
 (0)