Skip to content

Commit

Permalink
scalafix
Browse files Browse the repository at this point in the history
  • Loading branch information
etspaceman committed Dec 1, 2023
1 parent 79ae804 commit bc17b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/main/scala/feral/examples/KinesisLambda.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ package feral.examples
import cats.effect._
import cats.effect.std.Random
import feral.lambda._
import feral.lambda.events.SqsEvent
import natchez.Trace
import natchez.xray.XRay
import skunk.Session
import feral.lambda.events.SqsEvent

/**
* On Scala.js, implement your Lambda as an `object`. This will be the name your JavaScript
Expand Down

0 comments on commit bc17b11

Please sign in to comment.