Skip to content

Commit 6409dd9

Browse files
authored
Merge pull request #2529 from mplewis/patch-1
Fix issue with malformed Markdown code fence breaking formatting
2 parents 78d408b + 2d9c413 commit 6409dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/riak/kv/2.2.3/developing/getting-started/golang/object-modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func (t *Timeline) AddMsg(msgKey string) {
133133
func (t *Timeline) GetId() string {
134134
return t.id
135135
}
136-
````
136+
```
137137

138138
We'll be using the bucket `Users` to store our data. We won't be [using bucket types](/riak/kv/2.2.3/developing/usage/bucket-types) here, so we don't need to specify one.
139139

0 commit comments

Comments
 (0)