Skip to content

Commit fa3b85a

Browse files
format
1 parent 583d683 commit fa3b85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/editor.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export async function runAceEditorTests(writeOutput) {
178178
runner.test("Scroll API", async (test) => {
179179
await withEditor(test, async (editor) => {
180180
editor.setValue(Array(100).fill("line").join("\n"), -1);
181-
editor.scrollToLine(50, true, true, () => { });
181+
editor.scrollToLine(50, true, true, () => {});
182182

183183
const firstVisibleRow = editor.renderer.getFirstVisibleRow();
184184
test.assert(firstVisibleRow >= 0);

0 commit comments

Comments
 (0)