style: fix pre-existing formatting drift across codebase
This commit is contained in:
@@ -315,9 +315,15 @@ defmodule BDS.DesktopTest do
|
||||
assert conn.resp_body =~ ~s(data-testid="toggle-sidebar")
|
||||
assert conn.resp_body =~ ~s(data-testid="toggle-panel")
|
||||
assert conn.resp_body =~ ~s(data-testid="toggle-assistant")
|
||||
assert conn.resp_body =~ ~s(class="activity-bar flex h-full shrink-0 flex-col items-center justify-between")
|
||||
|
||||
assert conn.resp_body =~
|
||||
~s(class="activity-bar flex h-full shrink-0 flex-col items-center justify-between")
|
||||
|
||||
assert conn.resp_body =~ ~s(class="sidebar flex min-w-0 flex-1 overflow-hidden")
|
||||
assert conn.resp_body =~ ~s(class="status-bar flex h-[22px] shrink-0 items-center justify-between gap-2")
|
||||
|
||||
assert conn.resp_body =~
|
||||
~s(class="status-bar flex h-[22px] shrink-0 items-center justify-between gap-2")
|
||||
|
||||
assert conn.resp_body =~ ~s(data-phx-main)
|
||||
assert conn.resp_body =~ ~s(href="/assets/app.css")
|
||||
assert conn.resp_body =~ ~s(src="/assets/app.js")
|
||||
|
||||
Reference in New Issue
Block a user