Skip to content

Commit 003d418

Browse files
committed
Fix CI issues
1 parent 8d71bbb commit 003d418

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/DeveloperGuide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
422422
* 1a1. TAB displays warning message to user (that there are no students yet but students added subsequently will have the new lab).
423423

424424
Use case ends.
425-
425+
426426
* 1b. TAB detects that an identical lab already exists.
427427
* 1b1. TAB displays error message (that lab already exists).
428428

@@ -620,9 +620,9 @@ testers are expected to do more *exploratory* testing.
620620
1. Assuming the `LabList` is empty and the list has some `Student`s.
621621
1. Test case: `labadd l/1`<br>
622622
Expected: `Lab 1` will appear as a red label on each `Student`'s card in the list.
623-
623+
624624
2. Test case: `labadd l/21`<br>
625625
Expected: A error message will appear with the correct command format and constraints and no lab will be added.
626-
626+
627627
3. Test case: `labadd l/-1`<br>
628628
Expected: A error message will appear with the correct command format and constraints and no lab will be added.

docs/diagrams/EditLabCommandSequenceDiagram.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ deactivate EditLabCommand
9494
[<--LogicManager :
9595
deactivate LogicManager
9696

97-
@enduml
97+
@enduml

docs/team/bryans17.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Given below are my contributions to the project.
2525
- Highlights:
2626
- This feature takes advantage of the fact that the `LabList` of all students are aligned with the `MasterLabList` as they are sorted by increasing lab number, as we only need to find the index of the Lab we want to delete in the `MasterLabList` and we can then just remove the Lab at that index in all the students' `LabList` without doing another search.
2727

28-
- **Code contributed:**
28+
- **Code contributed:**
2929
- Code contributed can be found at this [RepoSense link](https://nus-cs2103-ay2122s2.github.io/tp-dashboard/?search=&sort=groupTitle&sortWithin=title&timeframe=commit&mergegroup=&groupSelect=groupByRepos&breakdown=true&checkedFileTypes=docs~functional-code~test-code~other&since=2022-02-18&tabOpen=true&tabType=authorship&tabAuthor=bryans17&tabRepo=AY2122S2-CS2103-F10-1%2Ftp%5Bmaster%5D&authorshipIsMergeGroup=false&authorshipFileTypes=&authorshipIsBinaryFileTypeChecked=false).
3030
- **Project management:**
3131
- Managed release of v1.2 and v1.3 and issue tracker.

0 commit comments

Comments
 (0)