Skip to content

Commit 7cf9f5e

Browse files
authored
Extra space (#24612)
1 parent 229c86a commit 7cf9f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin-react-hooks/src/ExhaustiveDeps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ export default {
352352
const currentRefsInEffectCleanup = new Map();
353353

354354
// Is this reference inside a cleanup function for this effect node?
355-
// We can check by traversing scopes upwards from the reference, and checking
355+
// We can check by traversing scopes upwards from the reference, and checking
356356
// if the last "return () => " we encounter is located directly inside the effect.
357357
function isInsideEffectCleanup(reference) {
358358
let curScope = reference.from;

0 commit comments

Comments
 (0)