提交 5153f22c 编写于 作者: W WAKAYAMA shirou

go fmt

上级 66c5476f
......@@ -35,12 +35,12 @@ func ReadLines(filename string) ([]string, error) {
func byteToString(orig []byte) string {
n := -1
l := -1
for i, b := range orig{
for i, b := range orig {
// skip left side null
if l == -1 && b == 0{
if l == -1 && b == 0 {
continue
}
if l == -1{
if l == -1 {
l = i
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册