Commit fb6bae8
Fix Go fmt blank comment line and Python import ordering
- Add blank // comment line between doc example and extractTransformCallbacks
function doc comment in go/client.go (required by go fmt)
- Fix ruff import sorting in python/copilot/__init__.py
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 16f221b commit fb6bae8
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
| 485 | + | |
485 | 486 | | |
486 | 487 | | |
487 | 488 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments