From 34d030760e90c36ae02bc84bf12f162e683c61bf Mon Sep 17 00:00:00 2001 From: zanninso <47645687+zanninso@users.noreply.github.com> Date: Mon, 20 May 2024 23:54:17 +0100 Subject: [PATCH] docs: fix formatting --- subjects/java/piscine/Cat/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/subjects/java/piscine/Cat/README.md b/subjects/java/piscine/Cat/README.md index 32ecf3126..3b0a24a97 100644 --- a/subjects/java/piscine/Cat/README.md +++ b/subjects/java/piscine/Cat/README.md @@ -10,8 +10,6 @@ Write a function `cat` that reads the content of the file given as the argument, > 💡 Be aware of how much you read at once. - - ### Expected Functions ```java