Commit 0e5e55d
🧪 Simplify Labels.parse implementation
Switched to using `s.split()` which more cleanly handles empty strings and multiple spaces compared to the previous explicit checks.
Co-authored-by: rnovatorov <[email protected]>1 parent f953135 commit 0e5e55d
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
0 commit comments