Skip to content

Commit 72f82df

Browse files
committed
Whitespace.
1 parent 2daf09d commit 72f82df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/autocomplete/autocomplete_core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ test( "allow form submit on enter when menu is not active", function() {
8989
test( "down arrow moves focus - contenteditable", function() {
9090
arrowsMoveFocus( "#autocomplete-contenteditable", false );
9191
});
92-
92+
9393
test( "up arrow moves cursor - input", function() {
9494
arrowsNavigateElement( "#autocomplete", true, false );
9595
});
@@ -144,7 +144,7 @@ test( "allow form submit on enter when menu is not active", function() {
144144
element.autocomplete( "search" );
145145
element.simulate( "keydown", { keyCode: ( isKeyUp ? $.ui.keyCode.UP : $.ui.keyCode.DOWN ) } );
146146
}
147-
147+
148148
function arrowsNavigateElement( id, isKeyUp, shouldMove ) {
149149
expect( 1 );
150150

0 commit comments

Comments
 (0)