more cleanup

This commit is contained in:
Ethan Dennis
2023-06-22 19:08:17 +00:00
parent 693a56f007
commit ec7557338f

View File

@@ -22,8 +22,6 @@ class Arguments
arguments = @args.to_a || []
arguments.concat(["--custom-transformers", *@custom_transformers]) if @custom_transformers.length.positive?
puts arguments.to_s
return if arguments.blank?
rng = Random.new