Skip to content

Commit e70fcf0

Browse files
committed
readme - indent update
1 parent a31576a commit e70fcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ type Foo struct {
149149
Map map[string]int `fakesize:"2"`
150150
Array []string `fakesize:"2"`
151151
ArrayRange []string `fakesize:"2,6"`
152-
Bar Bar
152+
Bar Bar
153153
Skip *string `fake:"skip"` // Set to "skip" to not generate data for
154154
SkipAlt *string `fake:"-"` // Set to "-" to not generate data for
155155
Created time.Time // Can take in a fake tag as well as a format tag

0 commit comments

Comments
 (0)