summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2016-11-21 08:31:31 -0600
committerTom Duffield <tom@chef.io>2016-11-21 08:31:31 -0600
commita1f7c6d7a576198f7d7b1a642f57aa84e77622e4 (patch)
tree37e9d5cf4243a8c65c5f945231f410b1b0db6425
parent306972ee8f0df6dd086e70a2b375be21a40f47b5 (diff)
downloadchef-a1f7c6d7a576198f7d7b1a642f57aa84e77622e4.tar.gz
Fix chefstyle
Signed-off-by: Tom Duffield <tom@chef.io>
-rw-r--r--tasks/announce.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/announce.rb b/tasks/announce.rb
index 5aa0b73d7e..0399137eb0 100644
--- a/tasks/announce.rb
+++ b/tasks/announce.rb
@@ -15,8 +15,8 @@
# limitations under the License.
#
-require 'date'
-require 'erb'
+require "date"
+require "erb"
class ReleaseAnnouncement
include ERB::Util