Skip to content

Commit

Permalink
error.go: revert import grouping change
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav authored Nov 24, 2020
1 parent fbb85ad commit 421e615
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion error.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
package zap

import (
"go.uber.org/zap/zapcore"
"sync"

"go.uber.org/zap/zapcore"
)

var _errArrayElemPool = sync.Pool{New: func() interface{} {
Expand Down

0 comments on commit 421e615

Please sign in to comment.