From 59b9f883e3d197970b62bedf0f055d847e3b6325 Mon Sep 17 00:00:00 2001 From: Eddy Luten Date: Wed, 6 Mar 2024 22:50:06 -0600 Subject: [PATCH] Removed trailing whitespace --- live/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live/plugin.py b/live/plugin.py index 8a23a5e..32b64e2 100644 --- a/live/plugin.py +++ b/live/plugin.py @@ -156,7 +156,7 @@ def set_page_contents(self, path: str, contents: str) -> str: 'success': False, 'error': str(error) }) - + def create_new_file(self, path: str, title: str) -> str: """Creates a new file and returns a JSON string describing the result.""" try: