Skip to content

Commit e7c7be2

Browse files
authored
Update services/gitdiff/gitdiff.go
1 parent d791423 commit e7c7be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/gitdiff/gitdiff.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ parsingLoop:
884884

885885
}
886886

887-
// FIXME: There are numerous issues with this:
887+
// TODO: There are numerous issues with this:
888888
// - we might want to consider detecting encoding while parsing but...
889889
// - we're likely to fail to get the correct encoding here anyway as we won't have enough information
890890
var diffLineTypeBuffers = make(map[DiffLineType]*bytes.Buffer, 3)

0 commit comments

Comments
 (0)