소스 검색

Update formatting

pull/385/head
Dave Machado 6 년 전
부모
커밋
5902def838
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      build/validate.rb

+ 1
- 2
build/validate.rb 파일 보기

@@ -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"


불러오는 중...
취소
저장