Skip to content

Commit ca2fe51

Browse files
committed
fix: Removed extraneous comment.
1 parent a2a997b commit ca2fe51

File tree

1 file changed

+1
-1
lines changed
  • hyperproof/lib/cfa_security_controls/hyperproof/proofs/aws

1 file changed

+1
-1
lines changed

hyperproof/lib/cfa_security_controls/hyperproof/proofs/aws/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def collect
3131
#
3232
# @return [String] The resource type.
3333
#
34-
# # @raise [NotImplementedError] If the method is not overridden.
34+
# @raise [NotImplementedError] If the method is not overridden.
3535
def resource_type
3636
raise NotImplementedError, 'This method should be overridden'
3737
end

0 commit comments

Comments
 (0)