fixed identing

This commit is contained in:
Bas van Kervel 2015-05-12 15:23:19 +02:00
parent 95773b9673
commit 899df30c24

View File

@ -26,13 +26,13 @@ import (
"io/ioutil" "io/ioutil"
"os" "os"
"os/exec" "os/exec"
"path/filepath"
"regexp" "regexp"
"runtime" "runtime"
"sort" "sort"
"strings" "strings"
"sync" "sync"
"text/template" "text/template"
"path/filepath"
) )
var ( var (