Reformat source code

This commit is contained in:
2023-07-26 10:25:11 -05:00
parent bc05b49222
commit 5693ef2aa2
4 changed files with 17 additions and 20 deletions

View File

@@ -14,7 +14,8 @@ function model_resolve_test()
@testset "Resolve (heuristic)" begin
# Shoud not crash
filename = fixture("s1.json")
solution_old, model_old = RELOG.solve(filename, return_model = true, heuristic = true)
solution_old, model_old =
RELOG.solve(filename, return_model = true, heuristic = true)
solution_new = RELOG.resolve(model_old, filename)
end
end