Skip to content

Commit 0b250f0

Browse files
committed
missing newlines ¯\_(ツ)_/¯
1 parent f0df8ca commit 0b250f0

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

cmd/solver/cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ int main(int argc, char **argv)
212212
}
213213

214214
return returnCode;
215-
}
215+
}

include/jres_solver/jres_solver.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,4 @@ JRES_SOLVER_API void free_json_string(char* json_string);
237237
} // extern "C"
238238
#endif
239239

240-
#endif // JRES_SOLVER_HPP
240+
#endif // JRES_SOLVER_HPP

src/jres_json_converter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,4 @@ JRES_SOLVER_API void free_jres_solver_input(JresSolverInput* input) {
285285
delete[] input->availability;
286286

287287
delete input;
288-
}
288+
}

test/integration/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ echo "All checks passed."
7272
rm "$SOLUTION_JSON" "$SUMMARY_TXT"
7373

7474
echo "Integration test passed!"
75-
exit 0
75+
exit 0

test/test_formatter_itinerary.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ TEST(FormatterItineraryTest, NegativeTimezone) {
110110
EXPECT_EQ(drive_block1.activity, "Driving Stint #1");
111111
EXPECT_EQ(drive_block1.start_local.to_string(), "2022-12-31 21:00:00"); // 02:00 UTC - 5h
112112
EXPECT_EQ(drive_block1.end_local.to_string(), "2022-12-31 22:00:00"); // 03:00 UTC - 5h
113-
}
113+
}

test/test_max_busy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,4 @@ TEST(MaxBusyTest, MaxBusySequential) {
236236

237237
free_jres_solver_output(output);
238238
free_jres_solver_input(input);
239-
}
239+
}

0 commit comments

Comments
 (0)