Skip to content

Commit 5021b79

Browse files
committed
Formatting
1 parent 0972a4a commit 5021b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ end
5656

5757
# execute an expression with a custom logstate without creating a closure
5858
macro safe_with_logstate(logstate, expr)
59-
@static if VERSION < v"1.11-"
59+
return @static if VERSION < v"1.11-"
6060
quote
6161
t = current_task()
6262
old_logstate = t.logstate

0 commit comments

Comments
 (0)