mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 21:35:35 +00:00
Remove trailing whitespace in description
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
parent
cfd4768df2
commit
d03d2a3a91
@ -79,7 +79,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