Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit c26e224

Browse files
committed
format fix
1 parent 6b7eae2 commit c26e224

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/pages/reference/go/storage/bucket-listfiles.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,3 @@ func main() {
7373
}
7474
}
7575
```
76-

src/pages/reference/go/topic/topic-publish.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func main() {
2222
return
2323
}
2424

25-
updates.Publish(context.TODO(),
25+
updates.Publish(context.TODO(),
2626
map[string]interface{}{
2727
"something": "amazing happened",
2828
},
@@ -71,7 +71,7 @@ func main() {
7171
return
7272
}
7373

74-
err := updates.Publish(context.TODO(),
74+
err := updates.Publish(context.TODO(),
7575
map[string]interface{}{
7676
"something": "amazing happened",
7777
},

src/pages/reference/go/websocket/websocket-on.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ func main() {
4646
</Property>
4747
<Property name="middleware" required type="...interface{}">
4848
The middleware function to use as the handler for Websocket events. If you
49-
want to compose more than one middleware use
50-
`nitric.Compose`.
49+
want to compose more than one middleware use `nitric.Compose`.
5150
</Property>
5251
</Properties>
5352

0 commit comments

Comments
 (0)