Skip to content

Commit

Permalink
Fix style errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Yi Jie Joel authored and Lee Yi Jie Joel committed Nov 12, 2018
2 parents d77bea1 + f4958a0 commit 5ec1697
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ The following sequence diagram shows how the `newcard` operation works:

image::NewCard Sequence Diagram.png[width="790", align="left"]


==== Design consideration

* *Alternative 1 (current choice):* Implement the logic of card-level operations in Anakin class.
Expand Down
File renamed without changes
4 changes: 3 additions & 1 deletion docs/team/truongthanh2606.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Team T09-2 consisted of myself, Joel Lee, Tay Yu Jia, Foo Guo Wei, and David Goh

== Summary of contributions

* *Code contributed:* https://nus-cs2103-ay1819s1.github.io/cs2103-dashboard/#=undefined&search=truongthanh2606[GitHub]
* *Code contributed:* https://nus-cs2103-ay1819s1.github.io/cs2103-dashboard/#=undefined&search=truongthanh2606[Reposense]

* *Major enhancement: Re-design model component*

Expand Down Expand Up @@ -63,6 +63,8 @@ just been `undo`, or `redo`.

* *Team contributions*:

** Project management: Managed release `v1.4` on GitHub - https://github.com/CS2103-AY1819S1-T09-2/main/releases/tag/v1.4[v1.4]

** Wrote tests for model component
(Pull requests https://github.com/CS2103-AY1819S1-T09-2/main/pull/130[#130])

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import org.junit.Test;

import seedu.address.logic.CommandHistory;

import seedu.address.model.Anakin;
import seedu.address.model.ModelManager;
import seedu.address.model.UserPrefs;
Expand Down

0 comments on commit 5ec1697

Please sign in to comment.