Skip to content

Commit a247059

Browse files
Reformat with scalafmt 3.9.10
Executed command: scalafmt --non-interactive
1 parent 647775e commit a247059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/fs2/input/src/main/scala/fix/SyncCompilerTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import fs2._
99

1010
object Fs2SyncCompilerTest {
1111
def usesSyncInnocently[F[_]](implicit F: Sync[F]) = F.delay(println("hi"))
12-
def usesSyncCompiler[F[_]](implicit F: Sync[F]) =
12+
def usesSyncCompiler[F[_]](implicit F: Sync[F]) =
1313
Stream(1, 2, 3).covary[F].compile.drain // assert: TypelevelFs2SyncCompiler.syncCompiler
1414
def usesConcurrentCompiler[F[_]](implicit F: Concurrent[F]) =
1515
Stream(1, 2, 3).covary[F].compile.drain

0 commit comments

Comments
 (0)