From 73be244bf065e6d20fc32c036de642269381377f Mon Sep 17 00:00:00 2001
From: tmnaqeesha <tmnaqeesha@users.noreply.github.com>
Date: Mon, 26 May 2025 03:10:11 +0200
Subject: [PATCH] doc: Fix documentation formating

---
 src/tests/AddItemFilmTest.java | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/tests/AddItemFilmTest.java b/src/tests/AddItemFilmTest.java
index ebe188f..2b5722c 100644
--- a/src/tests/AddItemFilmTest.java
+++ b/src/tests/AddItemFilmTest.java
@@ -15,15 +15,15 @@ public class AddItemFilmTest {
     /**
      * Check that the method addItemFilm() throws the expected exception.
      *
-     * @param sn           the <i>ISocialNetwork</i> to test
-     * @param login        login of the member
-     * @param password     password of the member
-     * @param title        title of the film
-     * @param kind         kind of the film
-     * @param director     director of the film
-     * @param scenarist    scenarist of the film
-     * @param duration     duration of the film (in minutes)
-     * @param testId       id of the test
+     * @param sn                the <i>ISocialNetwork</i> to test
+     * @param login             login of the member
+     * @param password          password of the member
+     * @param title             title of the film
+     * @param kind              kind of the film
+     * @param director          director of the film
+     * @param scenarist         scenarist of the film
+     * @param duration          duration of the film (in minutes)
+     * @param testId            id of the test
      * @param expectedException error message to display if test fails
      * @return 0 if the exception was correctly thrown, 1 otherwise
      */
@@ -78,7 +78,7 @@ public class AddItemFilmTest {
      * @return a summary of the performed tests
      */
     public static TestReport test() {
-        
+
         ISocialNetwork sn = new SocialNetwork();
         int nbTests = 0;
         int nbErrors = 0;
-- 
GitLab