mirror of
https://github.com/array-in-a-matrix/public-apis.git
synced 2025-04-02 11:11:50 -04:00
Update formatting
This commit is contained in:
parent
375487cd8f
commit
5902def838
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue