Closed mbrukman closed 4 years ago
This was found via Go Report Card: https://goreportcard.com/report/github.com/robfig/soy#ineffassign
Line 84: warning: ineffectual assignment to seenNewline (ineffassign)
According to @robfig in https://github.com/robfig/soy/issues/78#issuecomment-649787848, this line can be removed.
All tests pass with this change.
Closes #78
🙏
This was found via Go Report Card: https://goreportcard.com/report/github.com/robfig/soy#ineffassign
According to @robfig in https://github.com/robfig/soy/issues/78#issuecomment-649787848, this line can be removed.
All tests pass with this change.
Closes #78