Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
Signed-off-by: kevindiu <kevin_diu@yahoo.com.hk>
  • Loading branch information
kevindiu committed Mar 3, 2023
1 parent 6a9c814 commit 7603233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/test/templates/common/fill.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(ne $typ "sync.WaitGroup")
(ne $typ "sync.Cond")
(ne $typ "sync.Pool") }}
{{ Param . }}:
{{ Param . }}:
{{- if eq $typ "int8" -}} 0,
{{- else if eq $typ "uint8" -}} 0,
{{- else if eq $typ "uint16" -}} 0,
Expand Down

0 comments on commit 7603233

Please sign in to comment.