diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-01-29 16:10:35 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-01-29 16:12:40 +0000 |
commit | acb68a39e02f405c116135400e33a3b1940a07f8 (patch) | |
tree | 4629354ff9d7091b8073558dc642ee188b16f136 /synapse/rest/__init__.py | |
parent | Only send a badge-reset if the user actually has unread notifications. (diff) | |
download | synapse-acb68a39e02f405c116135400e33a3b1940a07f8.tar.xz |
Code style fixes.
Diffstat (limited to 'synapse/rest/__init__.py')
-rw-r--r-- | synapse/rest/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/__init__.py b/synapse/rest/__init__.py index 90afd93333..1a84d94cd9 100644 --- a/synapse/rest/__init__.py +++ b/synapse/rest/__init__.py @@ -11,4 +11,4 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. \ No newline at end of file +# limitations under the License. |