Skip to content

Commit 657b729

Browse files
committed
format
1 parent 73b426a commit 657b729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/shared/src/main/scala/fs2/io/file/Files.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ object Files extends FilesCompanionPlatform {
429429
def readUtf8(path: Path): Stream[F, String] =
430430
readAll(path).through(text.utf8.decode)
431431

432-
def readUtf8Lines(path: Path): Stream[F,String] =
432+
def readUtf8Lines(path: Path): Stream[F, String] =
433433
readUtf8(path).through(text.lines)
434434

435435
def tail(

0 commit comments

Comments
 (0)