Skip to content

Commit

Permalink
remove whitespace (#385)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodall <[email protected]>
  • Loading branch information
wjwwood authored Jul 11, 2019
1 parent 79d8b2b commit 29c2bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclpy/test/test_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_service_names_and_types(self):
def test_service_names_and_types_by_node(self):
# test that it doesnt raise
self.node.get_service_names_and_types_by_node(TEST_NODE, TEST_NAMESPACE)

def test_client_names_and_types_by_node(self):
# test that it doesnt raise
self.node.get_client_names_and_types_by_node(TEST_NODE, TEST_NAMESPACE)
Expand Down

0 comments on commit 29c2bac

Please sign in to comment.