Skip to content

Commit 89e8f32

Browse files
committed
style(crystal): fix coding style
1 parent e3c8012 commit 89e8f32

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

modules/openapi-generator/src/main/resources/crystal/shard.mustache

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
name: {{{shardName}}}
2+
23
version: {{{shardVersion}}}
4+
35
authors:
46
- {{{shardAuthors}}}
7+
58
description: |
69
- {{{ shardDescription}}}
10+
711
crystal: ">= 0.35.1"
12+
813
dependencies:
914
any_hash:
1015
github: Sija/any_hash.cr
@@ -13,11 +18,11 @@ dependencies:
1318
version: ~> 1.3.13
1419

1520
development_dependencies:
16-
kemal:
17-
github: kemalcr/kemal
18-
version: ~>1.5.0
1921
ameba:
2022
github: crystal-ameba/ameba
23+
kemal:
24+
github: kemalcr/kemal
25+
version: ~> 1.5.0
2126
spectator:
2227
gitlab: arctic-fox/spectator
2328
version: ~> 0.12.0

0 commit comments

Comments
 (0)