Skip to content

Commit

Permalink
Zone.acquire
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect committed May 31, 2024
1 parent 58efbf3 commit 0304c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/native/src/main/scala/locales/NormalizerImpl.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ private object NormalizerImpl {
if (src == null || form == null)
throw new NullPointerException
else
Zone { implicit z: Zone =>
Zone.acquire { implicit z =>
import Form._
import utf8proc._

Expand Down

0 comments on commit 0304c11

Please sign in to comment.