Commit ac7b8f0
committed
Fix Ruby unused variable warning
This patch fixes the following warning:
```shell
monetize-1.13.0/lib/monetize/parser.rb:129: warning: assigned but unused variable - possible_major
```1 parent 549ace4 commit ac7b8f0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments