Skip to content

Commit

Permalink
go code snippets are properly formatted only with the go keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Jan 29, 2023
1 parent 002b266 commit b61f764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apps/transfer/authorizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Setting a `TransferAuthorization` is expected to fail if:

Below is the `TransferAuthorization` message:

```golang
```go
func NewTransferAuthorization(allocations ...Allocation) *TransferAuthorization {
return &TransferAuthorization{
Allocations: allocations,
Expand All @@ -44,4 +44,4 @@ type Allocation struct {
AllowList []string
}

```
```

0 comments on commit b61f764

Please sign in to comment.