Skip to content

Commit 0dec45b

Browse files
committed
Fix formatting
1 parent 4626bdd commit 0dec45b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/FileFormats/LP/LP.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,9 +1490,7 @@ function test_parse_term()
14901490
term = LP._parse_term(state, cache, -1.0)
14911491
@test term == MOI.ScalarAffineTerm(-coef, x)
14921492
end
1493-
for (input, reason) in [
1494-
">= 1" => "Got the symbol `>=`.",
1495-
]
1493+
for (input, reason) in [">= 1" => "Got the symbol `>=`."]
14961494
io = IOBuffer(input)
14971495
state = LP._LexerState(io)
14981496
@test_parse_error(

0 commit comments

Comments
 (0)