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

Commit

Permalink
fmt and clippy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Aug 5, 2022
1 parent 14f3896 commit 05135bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ fn is_typescript_unused_ok(binding: &JsIdentifierBinding) -> Option<()> {
_ => None,
}
}
JsSyntaxKind::TS_INDEX_SIGNATURE_PARAMETER => return Some(()),
JsSyntaxKind::TS_INDEX_SIGNATURE_PARAMETER => Some(()),
_ => None,
}
}
Expand Down

0 comments on commit 05135bf

Please sign in to comment.