Commit 5902def8 authored by Dave Machado's avatar Dave Machado
Browse files

Update formatting

parent 375487cd
......@@ -4,11 +4,10 @@ https_keys = ['Yes', 'No']
args = ARGV
filename = args[0]
fail_flag = false
File.foreach(filename).with_index do |line, line_num|
line_num += 1
# puts "#{line_num}: #{line}"
if line.start_with?('|')
# Skip table schema lines
if line.eql? "|---|---|---|---|---|\n"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment