Skip to content

Commit

Permalink
Removed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyLuten committed Mar 7, 2024
1 parent 6d96363 commit 59b9f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion live/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 59b9f88

Please sign in to comment.