Skip to content

Commit 9acb8c8

Browse files
committed
Ugh
1 parent 52b1171 commit 9acb8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/device-runner-app/tests/AbstractGraphicsScreenshotTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public boolean runTest() throws Exception {
1717
protected void onShowCompleted() {
1818
Cn1ssDeviceRunnerHelper.emitCurrentFormScreenshot(screenshotName());
1919
}
20-
}
20+
};
2121
form.add(BorderLayout.CENTER, createContent());
2222
form.show();
2323
return true;

0 commit comments

Comments
 (0)