Skip to content

Commit 83ff74b

Browse files
committed
chore(KTL-1189); reformatting crosslink test
1 parent 14e2e62 commit 83ff74b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/crosslink.test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {expect, test} from '@playwright/test';
2-
import {promises as fs} from 'fs';
3-
import {decompressFromBase64} from 'lz-string';
1+
import { expect, test } from '@playwright/test';
2+
import { promises as fs } from 'fs';
3+
import { decompressFromBase64 } from 'lz-string';
44

55
const prefix = 'https://play.kotlinlang.org/editor/v1/' as const;
66

@@ -56,15 +56,15 @@ ${' '}
5656
println(name)
5757
println(value)
5858
${' '}
59-
}`
59+
}`,
6060
});
6161

6262
//language=text
6363
const codeWithMark = `fun containsEven(collection: Collection<Int>): Boolean = collection.any {[mark]TODO()[/mark]}`;
6464

65-
checkLink(generateCrosslink(codeWithMark), {
65+
checkLink(generateCrosslink(codeWithMark), {
6666
//language=kotlin
67-
code: `fun containsEven(collection: Collection<Int>): Boolean = collection.any {TODO()}`
67+
code: `fun containsEven(collection: Collection<Int>): Boolean = collection.any {TODO()}`,
6868
});
6969
});
7070

0 commit comments

Comments
 (0)