Skip to content

Commit

Permalink
Scalafmt again
Browse files Browse the repository at this point in the history
  • Loading branch information
Raas Ahsan committed May 27, 2021
1 parent 7aae28d commit 0a6619a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/js/src/main/scala/cats/effect/IOApp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ trait IOApp {
protected def runtimeConfig: unsafe.IORuntimeConfig = unsafe.IORuntimeConfig()

def run(args: List[String]): IO[ExitCode]

final def main(args: Array[String]): Unit = {
if (runtime == null) {
import unsafe.IORuntime
Expand Down

0 comments on commit 0a6619a

Please sign in to comment.