Skip to content

Commit

Permalink
优化导出
Browse files Browse the repository at this point in the history
  • Loading branch information
lifei6671 committed Jan 30, 2018
1 parent 1b4c47c commit b1422e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converter/param_linux.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package converter

func GetFooterOrHeaderParams(v string) string {
return "\"" + v +"\""
return "" + v +""
}

0 comments on commit b1422e8

Please sign in to comment.