mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-07 22:27:01 -04:00
Remove trailing whitespace in description
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
parent
cace1aa02e
commit
6d04142972
@ -78,7 +78,9 @@ class BaseTarget(metaclass=ABCMeta):
|
||||
Returns:
|
||||
Description for the test case.
|
||||
"""
|
||||
return "{} #{} {}".format(self.test_name, self.count, self.case_description)
|
||||
return "{} #{} {}".format(
|
||||
self.test_name, self.count, self.case_description
|
||||
).strip()
|
||||
|
||||
|
||||
def create_test_case(self) -> test_case.TestCase:
|
||||
|
Loading…
x
Reference in New Issue
Block a user