Skip to content

Commit 87d65bc

Browse files
GODRIVER-3082 Clean up formatting
1 parent c23bfd8 commit 87d65bc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

etc/compile_check.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ function compile_check {
2020
# Change the directory to the compilecheck test directory.
2121
cd ${COMPILE_CHECK_DIR}
2222

23-
# Test vendoring
24-
go mod vendor
25-
${GC} build -mod=vendor
23+
# Test vendoring
24+
go mod vendor
25+
${GC} build -mod=vendor
2626

27-
rm -rf vendor
27+
rm -rf vendor
2828

2929
MACHINE_VERSION=`${GC} version | { read _ _ v _; echo ${v#go}; }`
3030

internal/test/compilecheck/go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ replace go.mongodb.org/mongo-driver => ../../../
66

77
// Note that the Go driver version is replaced with the local Go driver code by
88
// the replace directive above.
9-
//require go.mongodb.org/mongo-driver
109
require go.mongodb.org/mongo-driver v1.11.7
1110

1211
require (

0 commit comments

Comments
 (0)