Commit 70c61a9

mo khan <mo@mokhan.ca>
2021-06-03 04:31:04
refactor: remove dead code
1 parent 049a6dc
Changed files (1)
lib
spandx
cli
commands
lib/spandx/cli/commands/scan.rb
@@ -37,10 +37,6 @@ module Spandx
           end
         end
 
-        def format(output)
-          Array(output).map(&:to_s)
-        end
-
         def with_printer(output)
           printer = ::Spandx::Cli::Printer.for(@options[:format])
           printer.print_header(output)