Skip to content

Commit b018a1f

Browse files
committed
Update
1 parent f182c14 commit b018a1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Test/test_nonlinear.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2041,7 +2041,7 @@ function setup_test(
20412041
mock -> MOI.Utilities.mock_optimize!(
20422042
mock,
20432043
config.optimal_status,
2044-
T[1 / sqrt(2), 1 / sqrt(2)],
2044+
T[1/sqrt(2), 1/sqrt(2)],
20452045
),
20462046
)
20472047
return
@@ -2087,7 +2087,7 @@ function setup_test(
20872087
mock -> MOI.Utilities.mock_optimize!(
20882088
mock,
20892089
config.optimal_status,
2090-
T[1 / sqrt(2), 1 / sqrt(2)],
2090+
T[1/sqrt(2), 1/sqrt(2)],
20912091
),
20922092
)
20932093
return
@@ -2133,7 +2133,7 @@ function setup_test(
21332133
mock -> MOI.Utilities.mock_optimize!(
21342134
mock,
21352135
config.optimal_status,
2136-
T[1 / sqrt(2), 1 / sqrt(2)],
2136+
T[1/sqrt(2), 1/sqrt(2)],
21372137
),
21382138
)
21392139
return
@@ -2178,8 +2178,8 @@ function setup_test(
21782178
mock -> MOI.Utilities.mock_optimize!(
21792179
mock,
21802180
config.optimal_status,
2181-
T[1 / sqrt(2), 1 / sqrt(2)],
2181+
T[1/sqrt(2), 1/sqrt(2)],
21822182
),
21832183
)
21842184
return
2185-
end
2185+
end

0 commit comments

Comments
 (0)