diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2016-03-31 11:32:18 -0300 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-07-05 00:46:07 +0200 |
commit | ca16c5e6458ac2ea7b7eb039ffda2ddb2fb1d918 (patch) | |
tree | f28e8cbc7ed8fa8f069bea0894b81b6bd8baa1e2 /tests | |
parent | 6874753bfba638ab819bfa92ad8cd7a878ae7701 (diff) | |
download | ayatana-indicator-datetime-ca16c5e6458ac2ea7b7eb039ffda2ddb2fb1d918.tar.gz ayatana-indicator-datetime-ca16c5e6458ac2ea7b7eb039ffda2ddb2fb1d918.tar.bz2 ayatana-indicator-datetime-ca16c5e6458ac2ea7b7eb039ffda2ddb2fb1d918.zip |
Remove empty line.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-sound.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-sound.cpp b/tests/test-sound.cpp index 7dbe77a..a222f39 100644 --- a/tests/test-sound.cpp +++ b/tests/test-sound.cpp @@ -112,7 +112,6 @@ public: TestSoundBuilder() =default; ~TestSoundBuilder() =default; - virtual std::shared_ptr<uin::Sound> create(const std::string& role, const std::string& uri, unsigned int volume, bool loop) override { m_role = role; m_uri = uri; |