mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Apply code formatting and fix style issues
Co-authored-by: droidmonkey <2809491+droidmonkey@users.noreply.github.com>
This commit is contained in:
@@ -216,7 +216,8 @@ namespace
|
||||
* For example, "Socials/Forums" creates a "Socials" group with a "Forums" child group.
|
||||
* Returns the deepest (leaf) group in the hierarchy.
|
||||
*/
|
||||
Group* createNestedFolderHierarchy(const QString& folderPath, Group* rootGroup, QMap<QString, Group*>& createdGroups)
|
||||
Group*
|
||||
createNestedFolderHierarchy(const QString& folderPath, Group* rootGroup, QMap<QString, Group*>& createdGroups)
|
||||
{
|
||||
if (folderPath.isEmpty()) {
|
||||
return rootGroup;
|
||||
|
||||
@@ -319,7 +319,8 @@ void TestImports::testBitwardenPasskey()
|
||||
|
||||
void TestImports::testBitwardenNestedFolders()
|
||||
{
|
||||
auto bitwardenPath = QStringLiteral("%1/%2").arg(KEEPASSX_TEST_DATA_DIR, QStringLiteral("/bitwarden_nested_export.json"));
|
||||
auto bitwardenPath =
|
||||
QStringLiteral("%1/%2").arg(KEEPASSX_TEST_DATA_DIR, QStringLiteral("/bitwarden_nested_export.json"));
|
||||
|
||||
BitwardenReader reader;
|
||||
auto db = reader.convert(bitwardenPath);
|
||||
|
||||
Reference in New Issue
Block a user