Skip to content

Commit c090ef8

Browse files
committed
Fix: fmt
1 parent 2853405 commit c090ef8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/apidocgen/generate.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ log "Use temporary file: ${API_MD_TMP_FILE}"
1919

2020
pushd "$SCRIPT_DIR/../.."
2121
go run github.com/swaggo/swag/cmd/swag@v1.8.6 init \
22-
--generalInfo="coderd.go" \
23-
--dir="./coderd,./codersdk" \
24-
--output="./coderd/apidoc" \
25-
--outputTypes="go,json" \
26-
--parseDependency=true
22+
--generalInfo="coderd.go" \
23+
--dir="./coderd,./codersdk" \
24+
--output="./coderd/apidoc" \
25+
--outputTypes="go,json" \
26+
--parseDependency=true
2727
popd
2828

2929
pushd "$SCRIPT_DIR"

0 commit comments

Comments
 (0)