Skip to content

Commit 082b71f

Browse files
committed
docs: remove non-breaking spaces
Although they're safe in this case, Renovate's "hidden whitespace" detection is flagging it. As we don't need them, we can remove them.
1 parent a4c36dc commit 082b71f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2134,11 +2134,11 @@ To get `oapi-codegen`'s multi-package support working, we need to set up our dir
21342134

21352135
```
21362136
├── admin
2137-
   ├── cfg.yaml
2138-
   └── generate.go
2137+
├── cfg.yaml
2138+
└── generate.go
21392139
└── common
21402140
├── cfg.yaml
2141-
   └── generate.go
2141+
└── generate.go
21422142
```
21432143

21442144
We could start with our configuration file for our admin API spec:

0 commit comments

Comments
 (0)