Skip to content

Commit

Permalink
pkg/report: reformat code
Browse files Browse the repository at this point in the history
There is some regression in Go formatting on tip.
I am constantly getting diffs after formatting.
Filed: golang/go#25161
  • Loading branch information
dvyukov committed Apr 29, 2018
1 parent d5a5d04 commit c7f6891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/report/linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ var linuxOopses = []*oops{
compile("INFO: lockdep is turned off"),
compile("INFO: Stall ended before state dump start"),
compile("INFO: NMI handler .* took too long to run"),
compile("_INFO::"), // Android can print this during boot.
compile("_INFO::"), // Android can print this during boot.
compile("INFO: sys_.* is not present in /proc/kallsyms"), // pkg/host output in debug mode
compile("INFO: no syscalls can create resource"), // pkg/host output in debug mode
},
Expand Down

0 comments on commit c7f6891

Please sign in to comment.