Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
resolve gofmt -s
  • Loading branch information
snwfdhmp committed Apr 5, 2019
1 parent eefa93d commit a9b8515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.go
Expand Up @@ -147,7 +147,7 @@ func (l *logger) DebugSource(filepath string, debugLineNumber int) {
l.PrintSource(lines, PrintSourceOptions{
FuncLine: funcLine,
Highlighted: map[int][]int{
failingLineIndex: []int{columnStart, columnEnd},
failingLineIndex: {columnStart, columnEnd},
},
StartLine: minLine,
EndLine: maxLine,
Expand Down

0 comments on commit a9b8515

Please sign in to comment.