Skip to content

Commit 4b4e0b5

Browse files
committed
white space reformat
1 parent 0dcda51 commit 4b4e0b5

File tree

1 file changed

+1
-3
lines changed
  • kotlin-atlassian-client-core-common/src/main/kotlin/com/linkedplanet/kotlinatlassianclientcore/common/api

1 file changed

+1
-3
lines changed

kotlin-atlassian-client-core-common/src/main/kotlin/com/linkedplanet/kotlinatlassianclientcore/common/api/Page.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ data class Page<T> (
2727
@field:NotNull val totalPages: Int,
2828
@field:NotNull val currentPageIndex: Int,
2929
@field:NotNull val pageSize: Int
30-
31-
3230
) {
3331
override fun equals(other: Any?): Boolean {
3432
if (this === other) return true
@@ -56,4 +54,4 @@ data class Page<T> (
5654
return "Page(items=$items, totalItems=$totalItems, totalPages=$totalPages, currentPageIndex=$currentPageIndex, pageSize=$pageSize)"
5755
}
5856

59-
}
57+
}

0 commit comments

Comments
 (0)