mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Update formatting to clang-format 16 (#5370)
This commit is contained in:
@@ -65,7 +65,10 @@ class priority_queue {
|
||||
std::make_heap(c.begin(), c.end(), comp);
|
||||
}
|
||||
|
||||
[[nodiscard]] bool empty() const { return c.empty(); }
|
||||
[[nodiscard]]
|
||||
bool empty() const {
|
||||
return c.empty();
|
||||
}
|
||||
|
||||
size_type size() const { return c.size(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user