mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
refactor: clang-format
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#include "sharedstringlistcompleter.h"
|
||||
|
||||
#include <QDateTime>
|
||||
|
||||
namespace swift::gui
|
||||
@@ -58,4 +59,4 @@ namespace swift::gui
|
||||
completer->setModelSorting(QCompleter::CaseInsensitivelySortedModel);
|
||||
completer->setCompletionMode(QCompleter::InlineCompletion);
|
||||
}
|
||||
} // ns
|
||||
} // namespace swift::gui
|
||||
|
||||
Reference in New Issue
Block a user