mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Update formatting
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user