aboutsummaryrefslogtreecommitdiffstats
path: root/bommom.go
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-04-22 20:46:20 -0400
committerbnewbold <bnewbold@robocracy.org>2012-04-22 20:46:20 -0400
commit133cb72c60578ccf10169686bcff543025e3d8ed (patch)
tree4ad73c47dd2071bea65685eaae90337be611c463 /bommom.go
parent5725df43b3bd8f22d450729147099eb4a29674dc (diff)
downloadbommom-133cb72c60578ccf10169686bcff543025e3d8ed.tar.gz
bommom-133cb72c60578ccf10169686bcff543025e3d8ed.zip
gofmt catch up
Diffstat (limited to 'bommom.go')
-rw-r--r--bommom.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/bommom.go b/bommom.go
index 11b47c4..4f665f6 100644
--- a/bommom.go
+++ b/bommom.go
@@ -234,13 +234,13 @@ func loadCmd() {
bm.Name = bomName
b.Progeny = "File import from " + inFname + " (" + inFormat + ")"
b.Created = time.Now()
- b.Version = version
+ b.Version = version
openBomStore()
if err := bomstore.Persist(bm, b, ShortName(version)); err != nil {
- log.Fatal(err)
- }
+ log.Fatal(err)
+ }
}
func convertCmd() {