Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLooman committed May 2, 2024
1 parent 219b248 commit 1e01921
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public class HoverProvider {

private static final String NBSP_NBSP = "  ";
private static final String SECTION_END = "\n\n---\n\n";
private static final String UNDEFINED = "Undefined";

/**
* Set server capabilities.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ void testIndentBlockStatement(final String code) {
}

@Test
void testIndentCommentsAfterStatement() {
void testIndentCommentsAfterStatement() { // NOSONAR: Don't group tests.
final String code =
"""
_method a.b(a, b, c)
Expand Down

0 comments on commit 1e01921

Please sign in to comment.