Commit beadc45
authored
Replace string concatenation with template (#46)
# Swap from string concatenation to template
Fixes deepsource error in PR #44
String literals are generally considered better than concatenation.
# Link to github card
#44
# Changes
* Replace string concatenation with template1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments