Skip to content

Commit d5e19b0

Browse files
committed
Remove trailing whitespace in documents
1 parent 2a9be49 commit d5e19b0

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).
1010
* _ResiConnect_ is a desktop application used to manage contact details specifically targeted at Resident Assistants (RA)/ Resident Fellows (RF).
11-
* RAs/ RFs have to manage many students and other RAs/ RFs under them. Hence, with an address book to note down all the important information about the students/ other RAs will be helpful for coordinating hall events, emergency situations, etc.
11+
* RAs/ RFs have to manage many students and other RAs/ RFs under them. Hence, with an address book to note down all the important information about the students/ other RAs will be helpful for coordinating hall events, emergency situations, etc.
1212
* While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).
1313

1414

docs/DeveloperGuide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ _{Explain here how the data archiving feature will be implemented}_
282282
* is reasonably comfortable using CLI apps
283283

284284
**Value proposition**: ResiConnect helps a RA/RF manage contacts of the students of a hall or contacts of the students, staff and external vendors of hall events.
285-
Having an address book to note down all the important information about the people they are in charge of. It would be helpful for coordinating hall events, emergency situation, etc.
285+
Having an address book to note down all the important information about the people they are in charge of. It would be helpful for coordinating hall events, emergency situation, etc.
286286

287287

288288
### User stories
@@ -404,7 +404,7 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
404404
1. Primary Input Method: The system should prioritize `CLI` for all core functionalities.
405405
2. One-Shot Commands: The system should support one-shot commands for users to perform tasks quickly.
406406

407-
#### Maintainability
407+
#### Maintainability
408408

409409
1. Code Quality: The codebase should adhere to `Java coding standards` and include comprehensive documentation.
410410
2. Modularity: The system should be modular, allowing for easy updates or additions of new features.
@@ -426,7 +426,7 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
426426
* **Resident**:
427427
* **Mainstream OS**: Windows, Linux, Unix, MacOS
428428
* **Private contact detail**: A contact detail that is not meant to be shared with others
429-
429+
430430

431431
--------------------------------------------------------------------------------------------------------------------
432432

src/main/java/seedu/address/logic/commands/AddExternalCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ public String toString() {
6565
.add("toAdd", toAdd)
6666
.toString();
6767
}
68+
6869
}

0 commit comments

Comments
 (0)