Skip to content

Commit 0aad3b5

Browse files
committed
rubocop spitting errors on github side but not on local for some reason
Signed-off-by: Amndeep Singh Mann <[email protected]>
1 parent c80a46a commit 0aad3b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/heimdall_tools/fortify_mapper.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ def primaries(classid)
5858
def snippet(snippetid)
5959
snippet = @snippets.select { |x| x['id'].eql?(snippetid) }.first
6060
"\nPath: #{snippet['File']}\n" \
61-
"StartLine: #{snippet['StartLine']}, " \
62-
"EndLine: #{snippet['EndLine']}\n" \
63-
"Code:\n#{snippet['Text']['#cdata-section'].strip}" \
61+
"StartLine: #{snippet['StartLine']}, " \
62+
"EndLine: #{snippet['EndLine']}\n" \
63+
"Code:\n#{snippet['Text']['#cdata-section'].strip}" \
6464
end
6565

6666
def nist_tag(rule)

0 commit comments

Comments
 (0)