Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Remove superfluous empty line comments.

See #3504
Original pull request #3508
  • Loading branch information
schauder committed Jun 13, 2024
1 parent 0f6736f commit 3351350
Showing 1 changed file with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,16 +208,6 @@ void applySortingAccountsForNewlinesInSubselect() {

Sort sort = Sort.by(Sort.Order.desc("age"));

//
//
//
//
//
//
//
//
//
//
assertThat(newParser("""
select u
from user u
Expand Down Expand Up @@ -364,7 +354,6 @@ void detectsConstructorExpressionInDistinctQuery() {
@Test // DATAJPA-938
void detectsComplexConstructorExpression() {

//
assertThat(hasConstructorExpression(
"""
select new foo.bar.Foo(ip.id, ip.name, sum(lp.amount))
Expand Down Expand Up @@ -487,9 +476,6 @@ void detectsAliasWithGroupAndOrderBy() {
@Test // DATAJPA-1500
void createCountQuerySupportsWhitespaceCharacters() {

//
//
//
assertThat(createCountQueryFor("""
select user from User user
where user.age = 18
Expand Down Expand Up @@ -533,11 +519,6 @@ WITH maxId AS(select max(sr.snapshot.id) snapshotId from SnapshotReference sr
@Test
void createCountQuerySupportsLineBreaksInSelectClause() {

//
//
//
//
//
assertThat(createCountQueryFor("""
select user.age,
user.name
Expand Down Expand Up @@ -600,10 +581,6 @@ void appliesSortCorrectlyForSimpleField() {
@Test
void createCountQuerySupportsLineBreakRightAfterDistinct() {

//
//
//
//
assertThat(createCountQueryFor("""
select
distinct
Expand Down

0 comments on commit 3351350

Please sign in to comment.