Skip to content

Commit 6f5c99f

Browse files
committed
lint:fix
1 parent 1e33264 commit 6f5c99f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

apps/repl/app/components/limber/layout/index.gts

+1-4
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ export const Layout: TOC<{
6969
class="{{if horizontallySplit 'flex-col' 'flex-row'}} flex overflow-hidden"
7070
>
7171

72-
<EditorContainer
73-
@splitHorizontally={{horizontallySplit}}
74-
{{setupState send}}
75-
>
72+
<EditorContainer @splitHorizontally={{horizontallySplit}} {{setupState send}}>
7673
<Save />
7774
<Controls
7875
@isMinimized={{state.matches "hasContainer.minimized"}}

apps/repl/tests/application/output-demos-test.gts

+6-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@ import Route from 'ember-route-template';
88
import { DemoSelect } from 'limber/components/limber/demo-select';
99
import { Output } from 'limber/components/limber/output';
1010
import { ALL, getFromLabel } from 'limber/snippets';
11-
import type { MessagingAPI, ParentMethods } from 'limber/components/limber/output/frame-messaging.gts';
1211
import { fileFromParams, type Format } from 'limber/utils/messaging';
13-
import type { AsyncMethodReturns } from 'penpal';
14-
1512

1613
import { getService } from '../helpers';
1714
import { Page } from './-page';
1815

16+
import type {
17+
MessagingAPI,
18+
ParentMethods,
19+
} from 'limber/components/limber/output/frame-messaging.gts';
20+
import type { AsyncMethodReturns } from 'penpal';
21+
1922
module('Output > Demos', function (hooks) {
2023
setupApplicationTest(hooks);
2124

0 commit comments

Comments
 (0)