1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

Fix and enforce new lines at the end of files.

This commit is contained in:
comfyanonymous
2024-12-30 04:14:59 -05:00
parent 3507870535
commit d9b7cfac7e
10 changed files with 10 additions and 9 deletions

View File

@@ -51,4 +51,4 @@ class AppSettings():
settings = self.get_settings(request)
settings[setting_id] = await request.json()
self.save_settings(request, settings)
return web.Response(status=200)
return web.Response(status=200)