Make multiple imports consistent with import ( ... ) style

Fixes #272
This commit is contained in:
Eli Bendersky
2019-09-06 15:20:22 -07:00
parent 16859f8db1
commit c273588521
102 changed files with 426 additions and 290 deletions

View File

@@ -4,8 +4,10 @@
package main
import "fmt"
import "os"
import (
"fmt"
"os"
)
type point struct {
x, y int

View File

@@ -1,2 +1,2 @@
5f39ae6d8f26d59a688a9a9d7d13a5c1d0f7a08b
CkBQ3CFpHQ9
12b245c576b43537c092a5b84995ebca8ce78a57
vmYSdxfUcRh