Skip to content

Commit

Permalink
Run scalafix
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevive committed Dec 31, 2024
1 parent 44ddc9a commit 05b886d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ object IOLocalContextStorage {
case other =>
F.raiseError(
new IllegalStateException(
s"IOLocalContextStorage is not configured for use as the ContextStorageProvider. " +
"IOLocalContextStorage is not configured for use as the ContextStorageProvider. " +
s"The current storage: ${other.getClass.getName}."
)
)
Expand Down

0 comments on commit 05b886d

Please sign in to comment.