Skip to content

Commit

Permalink
use string interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Apr 18, 2023
1 parent 1da1506 commit 436772e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/main/scala/org/atnos/eff/SubscribeEffect.scala
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ object SubscribeEffect {
var sub = subSequenceKey

def cacheKey =
key.toString + "-" + sequenceKey + "-" + sub
s"${key}-${sequenceKey}-${sub}"

def materialize(u: Union[FS, Any]): Union[FS, Any] = {
val tagged = u.tagged
Expand Down

0 comments on commit 436772e

Please sign in to comment.