Skip to content

Commit c071ad5

Browse files
committed
fix name
1 parent 586b8d3 commit c071ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/editor.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ func editFilePost(ctx *context.Context, form forms.EditRepoFileForm, isNewFile b
281281
if setting.UI.EditorEol == "CRLF" {
282282
content = util.ConvertToCRLF(content)
283283
} else {
284-
content = utils.ConvertToLF(content)
284+
content = util.ConvertToLF(content)
285285
}
286286

287287
if _, err := files_service.ChangeRepoFiles(ctx, ctx.Repo.Repository, ctx.Doer, &files_service.ChangeRepoFilesOptions{

0 commit comments

Comments
 (0)