Skip to content

Commit a799e6c

Browse files
author
Cookstyle
committed
Cookstyle Bot Auto Corrections with Cookstyle 7.14.0
This change is automatically generated by the Cookstyle Bot using the latest version of Cookstyle (7.14.0). Adopting changes suggested by Cookstyle improves cookbook readability, avoids common coding mistakes, and eases upgrades to newer versions of the Chef Infra Client. ### Layout/EmptyLinesAroundBlockBody - **/Rakefile:49**: Extra empty line detected at block body end. (https://rubystyle.guide#empty-lines-around-bodies) Signed-off-by: Cookstyle <[email protected]>
1 parent 613831a commit a799e6c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ task :changelog do
4646
Rake::Task[:changelog].execute
4747
rescue LoadError
4848
puts '>>>>> GitHub Changelog Generator not loaded, omitting tasks'
49-
5049
end

controls/postgres_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

3-
# Copyright 2016, Patrick Muench
4-
# Copyright 2016-2019 DevSec Hardening Framework Team
3+
# Copyright:: 2016, Patrick Muench
4+
# Copyright:: 2016-2019 DevSec Hardening Framework Team
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)