Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Fix for TravisCI to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
obourdon committed May 12, 2016
1 parent b24a775 commit 71f9521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapd.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ package main

import (
"encoding/json"
"errors"
"fmt"
"io/ioutil"
"os"
Expand All @@ -38,7 +39,6 @@ import (
"github.com/codegangsta/cli"
"github.com/vrischmann/jsonutil"

"errors"
"github.com/intelsdi-x/snap/control"
"github.com/intelsdi-x/snap/core"
"github.com/intelsdi-x/snap/core/serror"
Expand Down

0 comments on commit 71f9521

Please sign in to comment.