Skip to content

Commit 7d768f4

Browse files
Fix missing comma
1 parent 8ab970e commit 7d768f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/convert/git_commit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ func ToCommit(ctx context.Context, repo *repo_model.Repository, gitRepo *git.Rep
208208
}
209209
affectedFileList = append(affectedFileList, &api.CommitAffectedFiles{
210210
Filename: filename,
211-
Status: filestatus
211+
Status: filestatus,
212212
})
213213
}
214214
}

0 commit comments

Comments
 (0)