Skip to content

Commit bdaae6c

Browse files
committed
Run gofmt
1 parent da4197d commit bdaae6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme_builder/readme_builder.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ README from a provided schema. See `main()` for details.
55
package main
66

77
import (
8-
"encoding/json"
8+
"encoding/json"
99
"errors"
1010
"fmt"
1111
"io/ioutil"
@@ -69,9 +69,9 @@ func readFileToBytes(filename string) ([]byte, error) {
6969
}
7070

7171
type Set struct {
72-
Head string
72+
Head string
7373
Description string
74-
Example string
74+
Example string
7575
}
7676

7777
func processOneOf(data map[string]interface{}) []Set {

0 commit comments

Comments
 (0)