瀏覽代碼

convert char to upcase for sort check

pull/467/head
davemachado 6 年之前
父節點
當前提交
4a0d7cd78c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      build/validate_format.rb

+ 1
- 1
build/validate_format.rb 查看文件

@@ -47,7 +47,7 @@ File.foreach(filename).with_index do | line, line_num |
end

# char to check is the first char in the first column
check_char = line.split("|")[1].strip[0]
check_char = line.split("|")[1].strip[0].upcase
section_to_entries[section].push(check_char)
end
sections.each do | sect |


Loading…
取消
儲存