Remove accidental addition of whitespace

This commit is contained in:
Ryan Huffman 2016-03-18 16:33:00 -07:00
parent c5c35b7e89
commit b7678f9818

View file

@ -525,4 +525,4 @@ void SendQueue::deactivate() {
emit queueInactive();
_state = State::Stopped;
}
}