Skip to content

Commit bacba91

Browse files
committed
Polish new lines
1 parent f3ce006 commit bacba91

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/main/kotlin/org/springframework/hateoas/LinkBuilderDsl.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ open class LinkBuilderDsl<C, R : ResourceSupport>(val controller: Class<C>, val
9898

9999
return link
100100
}
101-
102101
}
103102

104103
/**
@@ -112,5 +111,4 @@ open class AffordancesBuilderDsl(val affordances: MutableList<Affordance> = muta
112111
val affordance = afford(methodOn(C::class.java).func())
113112
affordances.add(affordance)
114113
}
115-
116114
}

src/test/kotlin/org/springframework/hateoas/LinkBuilderDslUnitTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ class LinkBuilderDslUnitTest : TestUtils() {
115115
@DeleteMapping("/{id}")
116116
fun delete(@PathVariable id: String): ResponseEntity<Unit>
117117
}
118-
}
118+
}

0 commit comments

Comments
 (0)