From ac5a485ab2c5dd75a5dc9aee0e36d0141aad75c2 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 16 Oct 2024 11:24:31 +0200 Subject: [PATCH] whitespace cleanup --- cpp/test/DataStorm/events/test.py | 1 - scripts/DataStormUtil.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cpp/test/DataStorm/events/test.py b/cpp/test/DataStorm/events/test.py index 32dedec2a24..b5a70513506 100644 --- a/cpp/test/DataStorm/events/test.py +++ b/cpp/test/DataStorm/events/test.py @@ -14,4 +14,3 @@ } TestSuite(__file__, [ ClientServerTestCase(client = Writer(), server = Reader(), traceProps=traceProps) ]) - diff --git a/scripts/DataStormUtil.py b/scripts/DataStormUtil.py index 5689a7de86e..41284dd944c 100644 --- a/scripts/DataStormUtil.py +++ b/scripts/DataStormUtil.py @@ -15,7 +15,7 @@ class Writer(Client): def __init__(self, instanceName=None, instance=None, *args, **kargs): Client.__init__(self, *args, **kargs) - + def getProps(self, current): props = Client.getProps(self, current)