[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

View File

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