Skip to content

Commit

Permalink
eol
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Mar 26, 2021
1 parent fa3cd1e commit d64bf55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ void testDefinitionOfCommonModule() {
assertThat(definition.getTargetRange()).isEqualTo(methodSymbol.getRange());
assertThat(definition.getOriginSelectionRange()).isEqualTo(Ranges.create(6, 24, 38));
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ void testMethodsFromManagerModule() {
.contains(location);
}

}
}

0 comments on commit d64bf55

Please sign in to comment.