mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 13:21:44 +00:00
chore: clang-tidy cleanups (#1287)
* chore: fix syntax error in clang-tidy config file
This commit is contained in:
@@ -73,7 +73,7 @@ private:
|
||||
Session& session_;
|
||||
Prefs& prefs_;
|
||||
|
||||
Ui::PrefsDialog ui_;
|
||||
Ui::PrefsDialog ui_ = {};
|
||||
|
||||
bool const is_server_;
|
||||
bool is_local_ = {};
|
||||
|
||||
Reference in New Issue
Block a user