[minor] Fix extra semicolon for clippy (#17188)

This commit is contained in:
Brent Westbrook 2025-04-03 18:17:00 -04:00 committed by GitHub
parent c2b2e42ad3
commit 4f924bb975
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1158,7 +1158,7 @@ where
self.visit_expr(expr);
}
}
};
}
}
}