Apply default formatting

This commit is contained in:
Vitalii Elenhaupt 2018-09-03 00:17:56 +03:00
parent bbb0cf51e7
commit f4680a75f4
No known key found for this signature in database
GPG key ID: 7558EF3A4056C706
7 changed files with 15 additions and 15 deletions

View file

@ -26,7 +26,7 @@ class Ameba::Config
setter files : Array(String)?
getter rules : Array(Rule::Base)
@rule_groups: Hash(String, Array(Rule::Base))
@rule_groups : Hash(String, Array(Rule::Base))
# Creates a new instance of `Ameba::Config` based on YAML parameters.
#