Skip to content

Commit eed3b96

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c56900d commit eed3b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: greedy_methods/gas_station.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_gas_stations(gas_quantities: list[int], costs: list[int]) -> tuple[GasSt
4343
4444
Returns:
4545
A tuple of gas stations
46-
46+
4747
>>> gas_stations = get_gas_stations([1, 2, 3, 4, 5], [3, 4, 5, 1, 2])
4848
>>> len(gas_stations)
4949
5

0 commit comments

Comments
 (0)