mirror of
https://github.com/public-apis/public-apis.git
synced 2025-08-06 10:09:49 +02: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
|
args = ARGV
|
||||||
filename = args[0]
|
filename = args[0]
|
||||||
|
|
||||||
fail_flag = false
|
fail_flag = false
|
||||||
|
|
||||||
File.foreach(filename).with_index do |line, line_num|
|
File.foreach(filename).with_index do |line, line_num|
|
||||||
line_num += 1
|
line_num += 1
|
||||||
# puts "#{line_num}: #{line}"
|
|
||||||
if line.start_with?('|')
|
if line.start_with?('|')
|
||||||
# Skip table schema lines
|
# Skip table schema lines
|
||||||
if line.eql? "|---|---|---|---|---|\n"
|
if line.eql? "|---|---|---|---|---|\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue