Skip to content

Commit 4b65769

Browse files
fixing unit tests
1 parent 47a9c03 commit 4b65769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- name: Generate SoftLayer classes
1616
run: |
1717
make generate
18+
make fmt
1819
- name: Commit files
1920
run: |
2021
git config --local user.email "[email protected]"

tools/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ Commands:
2727
2828
generate: Generate the SDK from the API metadata
2929
30-
version: library version management
31-
`
30+
version: library version management`
3231

3332
func main() {
3433
if len(os.Args) < 2 {

0 commit comments

Comments
 (0)