Commit 88bcfa1
committed
Remove spurious cast in string interpolation
String interpolation is about converting arguments to strings.
Explicitly converting to string is useless and hurts readability.1 parent 74885be commit 88bcfa1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments