minor gui fixes, clean up
This commit is contained in:
@ -70,7 +70,7 @@ class TimeTableParser {
|
||||
return courseTTLinkList
|
||||
}
|
||||
|
||||
|
||||
@Suppress("unused")
|
||||
fun printTimeTableWeek (timeTableWeek: Array<Array<Lesson>>) {
|
||||
|
||||
for (j in 0..5) print(days[j].padEnd(25 ,' ') + " | ")
|
||||
|
Reference in New Issue
Block a user