Skip to content

Commit a0c03fd

Browse files
authored
fix: tabs in proto impl yaml (#4844)
1 parent 3923c84 commit a0c03fd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

ignite/pkg/cosmosgen/generate_typescript.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ plugins:
3434
- plugin: ts_proto
3535
out: .
3636
opt:
37-
- logtostderr=true
38-
- allow_merge=true
39-
- json_names_for_fields=false
40-
- ts_proto_opt=snakeToCamel=true
41-
- ts_proto_opt=esModuleInterop=true
42-
- ts_proto_out=.
37+
- logtostderr=true
38+
- allow_merge=true
39+
- json_names_for_fields=false
40+
- ts_proto_opt=snakeToCamel=true
41+
- ts_proto_opt=esModuleInterop=true
42+
- ts_proto_out=.
4343
`
4444

4545
type tsGenerator struct {

0 commit comments

Comments
 (0)