Skip to content

Commit

Permalink
whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Oct 16, 2024
1 parent 2b4c22d commit ac5a485
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cpp/test/DataStorm/events/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@
}

TestSuite(__file__, [ ClientServerTestCase(client = Writer(), server = Reader(), traceProps=traceProps) ])

2 changes: 1 addition & 1 deletion scripts/DataStormUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ac5a485

Please sign in to comment.