Skip to content

Commit a224c98

Browse files
authored
use tabs consistently
1 parent 3c8b155 commit a224c98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/resources/go/api_test.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func Test_{{packageName}}_{{classname}}Service(t *testing.T) {
3636
t.Skip("skip test") // remove to run test
3737

3838
{{/-first}}
39-
{{#isPrimitiveType}}
39+
{{#isPrimitiveType}}
4040
var {{paramName}} {{{dataType}}}
4141
{{/isPrimitiveType}}
4242
{{^isPrimitiveType}}

0 commit comments

Comments
 (0)