Remove trailing whitespace

Signed-off-by: Thomas Daubney <[email protected]>
This commit is contained in:
Thomas Daubney
2023-12-01 09:52:35 +00:00
parent 19da414938
commit a62109a822
+1 -1
View File
@@ -24,7 +24,7 @@ def looks_like_root(path: str) -> bool:
def crypto_core_directory(root: Optional[str] = None) -> str:
"""
Return the path of the directory containing the PSA crypto core
Return the path of the directory containing the PSA crypto core
for either TF-PSA-Crypto or Mbed TLS.
"""
if root is None: