Skip to content

Commit

Permalink
Fix checkstyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
laney0808 committed Apr 12, 2024
1 parent 8fd5236 commit 8953267
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/diagrams/CreateCommandLogic.puml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ deactivate CreateCommand

[<--LogicManager : r
deactivate LogicManager
@enduml
@enduml
2 changes: 1 addition & 1 deletion docs/diagrams/DeleteModelDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ deactivate ModelManager
[<--Logic
deactivate Logic

@enduml
@enduml
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,4 @@ private boolean personsAreUnique(List<Person> persons) {
return true;
}
}

0 comments on commit 8953267

Please sign in to comment.