Added one space after period for better formatting

This commit is contained in:
Adrian Scott
2023-04-16 18:14:16 -05:00
committed by GitHub
parent 1513be4acd
commit c71c61dc58

View File

@@ -54,7 +54,7 @@ class LocalCache(MemoryProviderSingleton):
self.data = CacheContent()
else:
print(
f"Warning: The file '{self.filename}' does not exist."
f"Warning: The file '{self.filename}' does not exist. "
"Local memory would not be saved to a file."
)
self.data = CacheContent()