reformatting/whitespace

This commit is contained in:
meejah 2018-05-22 10:44:25 -06:00
parent ee3e1cbcf2
commit 3f1a8d64d8

View File

@ -35,12 +35,13 @@ class IntroducerClient(service.Service, Referenceable):
self._sequencer = sequencer self._sequencer = sequencer
self._cache_filepath = cache_filepath self._cache_filepath = cache_filepath
self._my_subscriber_info = { "version": 0, self._my_subscriber_info = {
"nickname": self._nickname, "version": 0,
"app-versions": self._app_versions, "nickname": self._nickname,
"my-version": self._my_version, "app-versions": self._app_versions,
"oldest-supported": self._oldest_supported, "my-version": self._my_version,
} "oldest-supported": self._oldest_supported,
}
self._outbound_announcements = {} # not signed self._outbound_announcements = {} # not signed
self._published_announcements = {} # signed self._published_announcements = {} # signed