mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
Meta+DevTools: Make clang-format-10 clean
This commit is contained in:
committed by
Andreas Kling
parent
b3909ac0dd
commit
25488ddcad
@@ -95,7 +95,7 @@ public:
|
||||
return {};
|
||||
}
|
||||
|
||||
virtual void update() override {}
|
||||
virtual void update() override { }
|
||||
virtual GUI::ModelIndex index(int row, int column = 0, const GUI::ModelIndex& = GUI::ModelIndex()) const override { return create_index(row, column, &m_matches.at(row)); }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user