Skip to content

Commit b75a795

Browse files
committed
chore: formatting
1 parent db65c6c commit b75a795

File tree

1 file changed

+1
-2
lines changed
  • slick-seeker/src/main/scala/io/github/devnico/slickseeker/pagination

1 file changed

+1
-2
lines changed

slick-seeker/src/main/scala/io/github/devnico/slickseeker/pagination/SlickSeeker.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,8 @@ final case class SlickSeeker[E, U, CVE, C, CU](
116116
}
117117
}
118118

119-
private def encodeCursor(projectedCursor: CU): Vector[CVE] = {
119+
private def encodeCursor(projectedCursor: CU): Vector[CVE] =
120120
qwc.encode(projectedCursor).toVector
121-
}
122121

123122
private def buildFilter(
124123
table: E,

0 commit comments

Comments
 (0)