Skip to content

Commit b4204ed

Browse files
Format code (#1382)
Co-authored-by: enzyme-ci-bot[bot] <78882869+enzyme-ci-bot[bot]@users.noreply.github.com>
1 parent 7c91ba7 commit b4204ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/control_flow.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ end
691691
n_ra = Reactant.ConcreteRNumber(n)
692692

693693
# set optimize to only do enzyme-batch to prevent crash in opt
694-
for_no_track_numbers_ra = @compile optimize="enzyme-batch" for_no_track_numbers(
694+
for_no_track_numbers_ra = @compile optimize = "enzyme-batch" for_no_track_numbers(
695695
x_ra, n_ra
696696
)
697697
for_no_track_numbers_ra(x_ra, n_ra) == for_no_track_numbers(x, n)

0 commit comments

Comments
 (0)