mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-08 19:59:59 +02:00
Remove trailing spaces
This commit is contained in:
parent
c3ae2467ae
commit
92de4022cb
33 changed files with 110 additions and 110 deletions
|
@ -128,7 +128,7 @@ var ZenWorkspacesStorage = {
|
|||
uuid, name, icon, is_default, container_id, created_at, updated_at, "position",
|
||||
theme_type, theme_colors, theme_opacity, theme_rotation, theme_texture
|
||||
) VALUES (
|
||||
:uuid, :name, :icon, :is_default, :container_id,
|
||||
:uuid, :name, :icon, :is_default, :container_id,
|
||||
COALESCE((SELECT created_at FROM zen_workspaces WHERE uuid = :uuid), :now),
|
||||
:now,
|
||||
:position,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue