Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix checkstyle violations
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed Apr 29, 2014
1 parent 5bf9c12 commit 8fc2b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -158,7 +158,7 @@ window.searchSuggestions = (function () {
/*
* Returns the word that the cursor is touching. Empty string if the cursor is not touching a word. null if the cursor is in a quoted section.
* TODO damason returning '' or null is a bit crude, find a better way.
*
*
* cursor: int position within query of cursor
*/
function getCursorWord (query, cursor) {
Expand Down
Expand Up @@ -293,4 +293,4 @@ private static void assertFilterKeysNullOrEmptyExcept(EditorFilter filter, Strin
assertThat(filter.getMsgContext()).isNullOrEmpty();
}
}
}
}

0 comments on commit 8fc2b02

Please sign in to comment.