mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-31 04:30:44 +00:00
Whitespace fix. #168
This commit is contained in:
@@ -277,7 +277,6 @@ class BaseTest(object):
|
|||||||
if diff:
|
if diff:
|
||||||
raise Exception("content doesn't match:\n" + diff)
|
raise Exception("content doesn't match:\n" + diff)
|
||||||
|
|
||||||
|
|
||||||
def verify_match(self, a, b, match_prepare=None):
|
def verify_match(self, a, b, match_prepare=None):
|
||||||
if match_prepare is not None:
|
if match_prepare is not None:
|
||||||
a = match_prepare(a)
|
a = match_prepare(a)
|
||||||
|
|||||||
Reference in New Issue
Block a user