Skip to content

Commit 29f0e57

Browse files
committed
spaces?? or tabs??
1 parent de74aa7 commit 29f0e57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/classroom/classroom.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ type GitHubOrganization struct {
101101

102102
func NewAssignmentList(assignments []Assignment) AssignmentList {
103103
if len(assignments) == 0 {
104-
return AssignmentList{
104+
return AssignmentList{
105105
Assignments: []Assignment{},
106-
Classroom: Classroom{},
107-
Count: 0,
106+
Classroom: Classroom{},
107+
Count: 0,
108108
}
109109
}
110110

0 commit comments

Comments
 (0)