lint gives the warning: ``` WARNING: variable not enclosed in {} ``` for the code: ``` puppet $var1= inline_template("<%=($var2 * 1024).to_i%>") ```
lint gives the warning:
for the code: