Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / tools / bug_chomper / src / issue_tracker / issue_tracker.go
index e4854f5..42e2e53 100644 (file)
@@ -16,7 +16,6 @@ package issue_tracker
 
 import (
        "bytes"
-       "code.google.com/p/goauth2/oauth"
        "encoding/json"
        "fmt"
        "io/ioutil"
@@ -24,6 +23,8 @@ import (
        "net/url"
        "strconv"
        "strings"
+
+       "code.google.com/p/goauth2/oauth"
 )
 
 // BugPriorities are the possible values for "Priority-*" labels for issues.