Commit 77c89600 authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

parent 1af4e0c2
......@@ -60,5 +60,3 @@ if __name__ == '__main__':
result=rc.search(**parameters)
result['parameters'] = parameters
print (json.dumps(result))
......@@ -42,4 +42,3 @@ if __name__ == '__main__':
result = {'items': items, 'count':len(items)}
print (json.dumps(result))
......@@ -212,4 +212,3 @@ class RuleCache(object):
result.append(record[0])
return sorted(result)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment