Skip to content

Commit 1c12b35

Browse files
🤖 Format .jl files (#123)
Co-authored-by: amontoison <[email protected]>
1 parent 76e1f87 commit 1c12b35

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/nlp/consistency.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ function consistent_nlps(
5252
linear_api = linear_api,
5353
exclude = [hess, hess_coord, hprod, jth_hess, jth_hess_coord, jth_hprod, ghjvprod] exclude,
5454
)
55-
test_counters && consistent_counters([nlps; qnmodels], linear_api = linear_api, reimplemented = reimplemented)
55+
test_counters &&
56+
consistent_counters([nlps; qnmodels], linear_api = linear_api, reimplemented = reimplemented)
5657
end
5758

5859
if test_slack && has_inequalities(nlps[1])
@@ -63,7 +64,8 @@ function consistent_nlps(
6364
linear_api = linear_api,
6465
exclude = [jth_hess, jth_hess_coord, jth_hprod] exclude,
6566
)
66-
test_counters && consistent_counters(slack_nlps, linear_api = linear_api, reimplemented = reimplemented)
67+
test_counters &&
68+
consistent_counters(slack_nlps, linear_api = linear_api, reimplemented = reimplemented)
6769
end
6870
end
6971

0 commit comments

Comments
 (0)