Skip to content

Commit

Permalink
style: format code with Gofumpt and Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in d7736ce according to the output
from Gofumpt and Prettier.

Details: #2491
  • Loading branch information
deepsource-autofix[bot] committed May 8, 2024
1 parent d7736ce commit 7edbc19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,8 @@ If you are interested, please refer to [SDKs](../user-guides/sdks.md).<br>
```go
_, err := client.Flush(ctx, &payload.Flush_Request{})
if err != nil {
glg.Fatal(err)
}
glg.Fatal(err)
}
```

</details>
Expand Down

0 comments on commit 7edbc19

Please sign in to comment.