aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-08-14 20:28:49 +0000
committerRobert Tari <robert@tari.in>2021-08-04 17:06:27 +0200
commit8286c68710c9a69461bb23fa7e8ba56f727c3a6e (patch)
treea7ed803a001be89aa0b9c918fe93c41f3f4eabd0 /tests
parentd1f7136481a286e3b363b5cb12631fe7db04ecb4 (diff)
downloadayatana-indicator-display-8286c68710c9a69461bb23fa7e8ba56f727c3a6e.tar.gz
ayatana-indicator-display-8286c68710c9a69461bb23fa7e8ba56f727c3a6e.tar.bz2
ayatana-indicator-display-8286c68710c9a69461bb23fa7e8ba56f727c3a6e.zip
tests/unit/adbd-client-test.cpp: white-space fix
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/adbd-client-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/adbd-client-test.cpp b/tests/unit/adbd-client-test.cpp
index 9b5f1b3..b9e7a49 100644
--- a/tests/unit/adbd-client-test.cpp
+++ b/tests/unit/adbd-client-test.cpp
@@ -86,7 +86,7 @@ TEST_F(AdbdClientFixture, SocketPlumbing)
EXPECT_EQ(test.expected_pk, pk);
ASSERT_EQ(1, adbd_server->m_responses.size());
EXPECT_EQ(test.expected_response, adbd_server->m_responses.front());
-
+
// cleanup
connection.disconnect();
adbd_client.reset();