summaryrefslogtreecommitdiff
path: root/spew/common_test.go
diff options
context:
space:
mode:
authorDave Collins <[email protected]>2013-02-03 01:33:35 -0600
committerDave Collins <[email protected]>2013-02-03 01:35:24 -0600
commit52f41f689fbb82dfa8650d4e7caf85a69cdc7483 (patch)
treea5fef93aa377553535839f9c457239b49804cf50 /spew/common_test.go
parente183fe2f19be2ac0a74bd6d2eb0c47d4aa7a9561 (diff)
Rename pad function to indent.
The name indent better describes the function. This also will help differentiate the function from planned functions that are intended to perform padding for the purposes of aligning fields, types, and values.
Diffstat (limited to 'spew/common_test.go')
-rw-r--r--spew/common_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/spew/common_test.go b/spew/common_test.go
index 0f1715d..e999660 100644
--- a/spew/common_test.go
+++ b/spew/common_test.go
@@ -39,7 +39,7 @@ func (s *pstringer) String() string {
}
// xref1 and xref2 are cross referencing structs for testing circular reference
-// detection.
+// detection.
type xref1 struct {
ps2 *xref2
}