Skip to content

Commit a21dea0

Browse files
authored
Merge pull request #516 from crystal-ameba/release/1.6.4
Release 1.6.4
2 parents f72d295 + 50778d7 commit a21dea0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ameba
2-
version: 1.6.3
2+
version: 1.6.4
33

44
authors:
55
- Vitalii Elenhaupt <[email protected]>

src/ameba/formatter/json_formatter.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module Ameba::Formatter
5959
# "summary": {
6060
# "issues_count": 3,
6161
# "target_sources_count": 1,
62-
# },
62+
# }
6363
# }
6464
# ```
6565
class JSONFormatter < BaseFormatter

0 commit comments

Comments
 (0)