Commit 8621559
committed
Apply review nits to metadata helpers
Lower-case the doc comment on `metadataFromInternal` to match the
unexported function name, wrap it to ~80 columns, and terminate it
with a period. Replace `i -= 1` with `i--` in the
`MetadataFlattenFull` branch of `ExtractMetadata` to match the
incrementor style used in the loop body of the other branch.
Signed-off-by: Hidde Beydals <hidde@hhh.computer>1 parent f14527d commit 8621559
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
0 commit comments