Skip to content

Commit 8726745

Browse files
committed
[FAB-11021] Fix goimports error
Latest version of goimports which is built as part of CI has an issue with orderer/common/server/main.go Change-Id: Icbdd2ecad5b5c8b092d57a595ff42fa813101758 Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
1 parent 1c3296c commit 8726745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

orderer/common/server/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010
"net"
1111
"net/http"
1212
_ "net/http/pprof" // This is essentially the main package for the orderer
13+
1314
"os"
1415
"time"
1516

0 commit comments

Comments
 (0)