Azalea delimiter insertion #41

Open
maemachinebroke wants to merge 7 commits from maemachinebroke/hakurei:wip-azalea into staging
Showing only changes of commit bcb92ea346 - Show all commits
-3
View File
@@ -4,9 +4,7 @@ package azalea
import (
"errors"
"fmt"
"io"
"os"
"strconv"
"strings"
"text/scanner"
@@ -428,6 +426,5 @@ func insertSemicolons(r io.Reader) (io.Reader, error) {
tok = s.Scan()
}
fmt.Fprintln(os.Stderr, buf.String())
return strings.NewReader(buf.String()), nil
}