style(variable): 添加文件末尾换行符

This commit is contained in:
xfy 2026-04-09 12:19:22 +08:00
parent 84c26c61ca
commit 4d5dda5b69

View File

@ -209,4 +209,4 @@ func BenchmarkVariableExpandLongTemplate(b *testing.B) {
for i := 0; i < b.N; i++ {
vc.Expand(template)
}
}
}