Skip to content

Commit 1b9afe3

Browse files
committed
fix spacing
1 parent f57ce5b commit 1b9afe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/classroom/classroom.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type Classroom struct {
5656

5757
type GithubRepository struct {
5858
Id int `json:"id"`
59-
Name string `json:"name"`
59+
Name string `json:"name"`
6060
FullName string `json:"full_name"`
6161
HtmlUrl string `json:"html_url"`
6262
NodeId string `json:"node_id"`

0 commit comments

Comments
 (0)