From d7e1a1ed76aa06431522d4180516c888ed197c7c Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 8 Dec 2025 16:33:10 +0100 Subject: [PATCH] algorithms: format fix from google3 --- ortools/algorithms/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ortools/algorithms/README.md b/ortools/algorithms/README.md index ad7dd58f16..61ae2ad541 100644 --- a/ortools/algorithms/README.md +++ b/ortools/algorithms/README.md @@ -3,5 +3,4 @@ This directory contains data structures and algorithms for various problems. It used to contain a solver for set covering, which has moved to the -[set_cover](../set_cover) -folder. +[set_cover](../set_cover) folder.