Skip to content

Commit

Permalink
add frozen_string_literal
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pop <alexpop@users.noreply.github.com>
  • Loading branch information
alexpop committed May 7, 2019
1 parent 5a6002f commit 7008435
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/apache.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# encoding: utf-8
# frozen_string_literal: true

# copyright: 2015, Vulcano Security GmbH

class Apache < Inspec.resource(1)
Expand Down

0 comments on commit 7008435

Please sign in to comment.