Skip to content

Commit

Permalink
spaces?? or tabs??
Browse files Browse the repository at this point in the history
  • Loading branch information
jalafel committed Jun 29, 2024
1 parent de74aa7 commit 29f0e57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/classroom/classroom.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ type GitHubOrganization struct {

func NewAssignmentList(assignments []Assignment) AssignmentList {
if len(assignments) == 0 {
return AssignmentList{
return AssignmentList{
Assignments: []Assignment{},
Classroom: Classroom{},
Count: 0,
Classroom: Classroom{},
Count: 0,
}
}

Expand Down

0 comments on commit 29f0e57

Please sign in to comment.