Skip to content

Commit

Permalink
Chore: Run format
Browse files Browse the repository at this point in the history
  • Loading branch information
ntut-xuan committed Feb 12, 2024
1 parent dfcf849 commit 8ee64bb
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 31 deletions.
3 changes: 1 addition & 2 deletions lib/src/model/course/course_semester.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 15 additions & 16 deletions lib/src/model/coursetable/course.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,21 @@ class Course {
String syllabusLink;
String note;

Course({
required this.id,
required this.name,
required this.stage,
required this.credit,
required this.periodCount,
required this.category,
required this.teachers,
required this.classNames,
required this.coursePeriods,
required this.classrooms,
required this.applyStatus,
required this.language,
required this.syllabusLink,
required this.note
});
Course(
{required this.id,
required this.name,
required this.stage,
required this.credit,
required this.periodCount,
required this.category,
required this.teachers,
required this.classNames,
required this.coursePeriods,
required this.classrooms,
required this.applyStatus,
required this.language,
required this.syllabusLink,
required this.note});

Course.parseNodeString({
required String idString,
Expand Down
11 changes: 3 additions & 8 deletions lib/src/model/coursetable/course.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions lib/src/model/coursetable/course_table.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ee64bb

Please sign in to comment.