Skip to content

Commit 27ce26e

Browse files
author
Nick
committed
dummy change
1 parent 8b31669 commit 27ce26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/courses/home/sort-course-by-seq.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {Course} from '../model/course';
2-
2+
//dummy change
33

44
export function sortCoursesBySeqNo(c1:Course, c2: Course) {
55
return c1.seqNo - c2.seqNo;

0 commit comments

Comments
 (0)