mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Fix code formatting with new clang-format version
This commit is contained in:
committed by
Jonathan White
parent
afe634d4f2
commit
e48ef80e9c
@@ -42,8 +42,7 @@ void TestSSHAgent::initTestCase()
|
||||
QVERIFY(m_agentSocketFile.remove());
|
||||
|
||||
QStringList arguments;
|
||||
arguments << "-D"
|
||||
<< "-a" << m_agentSocketFileName;
|
||||
arguments << "-D" << "-a" << m_agentSocketFileName;
|
||||
|
||||
QElapsedTimer timer;
|
||||
timer.start();
|
||||
|
||||
Reference in New Issue
Block a user