Skip to content

Commit a44f412

Browse files
committed
code format
1 parent 21d1508 commit a44f412

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/org/htmlunit/WebDriverTestCase.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ public abstract class WebDriverTestCase extends WebTestCase {
191191
* Function used in many tests.
192192
*/
193193
public static final String LOG_WINDOW_NAME_FUNCTION =
194-
" function log(msg) { window.top.name += msg + '\\u00a7'; }\n window.top.name = '';"
194+
" function log(msg) { window.top.name += msg + '\\u00a7'; }\n"
195+
+ " window.top.name = '';"
195196
+ LOG_EX_FUNCTION;
196197

197198
/**

0 commit comments

Comments
 (0)