We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a9c03 commit 4b65769Copy full SHA for 4b65769
.github/workflows/generator.yml
@@ -15,6 +15,7 @@ jobs:
15
- name: Generate SoftLayer classes
16
run: |
17
make generate
18
+ make fmt
19
- name: Commit files
20
21
git config --local user.email "[email protected]"
tools/main.go
@@ -27,8 +27,7 @@ Commands:
27
28
generate: Generate the SDK from the API metadata
29
30
- version: library version management
31
-`
+ version: library version management`
32
33
func main() {
34
if len(os.Args) < 2 {
0 commit comments