.rubocop.yml in agile_utils-0.1.2 vs .rubocop.yml in agile_utils-0.1.3

- old
+ new

@@ -49,10 +49,10 @@ HashSyntax: Enabled: true # No spaces inside hash literals SpaceInsideHashLiteralBraces: - EnforcedStyle: no_space + EnforcedStyle: space # Allow dots at the end of lines DotPosition: Enabled: false